Mattias Fält

Results 60 comments of Mattias Fält

It seems like the problem is the extra function that was added for the documentation, such as: ```julia """ mv!(.... ..... """ function mv!(transa::SparseChar, alpha::BlasFloat, A::CudaSparseMatrix, X::CudaVector, beta::BlasFloat, Y::CudaVector, index::SparseChar)...

I am assuming that this is related, otherwise I can open a new issue, but it seems like structural zeros are not preserved in some cases, for example in `scale2!`...

> Did you mean scale1!? (scale2! preserves structural zeros, whereas scale1! does not.) Yes, sorry. > Simpler illustration of the difference in behavior: Sure, but part of the point was...

> > I was not able to understand why `@benchmark` reports good values when the code is slow in practice. >Not certain I follow --- could you clarify? :) Sure,...

> For such combinations, substantial room for improvement exists :). I see, hopefully I will be able to find some time to contribute more to julia in the close future,...

It seems to me that a lot of code in this package is broken, with missing imports and similar so I will not spend the time needed to get this...

I definitely don't have all the answers, but I have some ideas and some thought on how it works for me/how I plan for it to work with ControlSystems.jl: -...

I have been looking a bit more into this. Again, I'm not sure about any of this, the interface is a bit confusing. It seems like the most general way...

I get a very similar error trying to load raw DNG files on windows: ``` using Images img = load("myfile.dng") Error encountered while loading "C:\\Users\\Mattias\\Documents\\imgtest\\myfile.dng". Fatal error: ERROR: UnableToOpenBlob `C:/Users/Mattias/AppData/Local/Temp/magick-12116GB_CM677xccI.ppm':...

TL DR: Missing `ufraw-batch` on the system results in this error. Ok, so after some digging, I can verify that the problem occus using the c interface to the downloaded...