Marco Z

Results 199 comments of Marco Z

@Shimuuar I'm wondering where to put any typeclasses that must be shared between `dense-linear-algebra` and the main package. In DLA itself, as a new module that will get re-exported ?

@Shimuuar I am finding some packages that provide long double and arbitrary-precision operations: * https://hackage.haskell.org/package/long-double (FFI) * https://hackage.haskell.org/package/numbers-3000.2.0.2/docs/Data-Number-BigFloat.html `numbers` has a BigFloat module (native) * https://hackage.haskell.org/package/haskell-mpfr (FFI, maybe bitrotted) *...

there's a long-standing GHC ticket to add CLDouble support : https://gitlab.haskell.org/ghc/ghc/issues/3353

@Shimuuar is this something you know how to implement? In case, would you like to do it?

Hi @Magalame , any contribution large or small is very welcome ^^

@Magalame how would you use hashing for this ?

@NickSeagull @mdibaiee @dmjio I've started looking into how to address this ticket, but I have a general question: * What are the important MVC parts ? I.e. what functions *...

Also, what's the role of `transient`?

Right, thanks!