FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

[Feature Request] Refactor Linear algebra service

Open kMutagene opened this issue 6 years ago • 1 comments

Is your feature request related to a problem? Please describe. The LinearAlgebra module is a big mess. Many not implemented functions, naming has to be unified, unmanaged access to LAPACK functions are sparse.

Describe the solution you'd like Subproject FSharp.Stats.LAPACK (already existing as placeholder project) should contain the Lapack stubs and function access. LinearAlgebra.fs naming has to follow a convention. Drop MKL support and embrace netlib lapack as it is open source. Unify output types of managed and unmanaged versions of linear algebra functions

Describe alternatives you've considered Support MKL alongside Netlib LAPACK

kMutagene avatar Jul 10 '19 16:07 kMutagene

related: #16

kMutagene avatar Jul 16 '19 22:07 kMutagene