Tagged Questions

10
votes
3answers
3k views

What is a good free (open source) BLAS/LAPACK library for .net (C#)?

I have a project written in C# where I need to do various linear algebraic operations on matrices (like LU-factorization). Since the program is mainly a prototype created to confirm a theory, a C# ...
6
votes
1answer
501 views

F# 1.9.9.9 and lapack

Can anyone help me with example on using lapack with latest f#? Or it is not recommended for now? I searched and only find http://fdatamining.blogspot.com/ but was not able to get ...
1
vote
1answer
27 views

Use lapack library in java as in .NET

Is it possible to have the power of LAPACK in java? I have used some compiled binaries in windows to use in .NET, but to use it in java?
1
vote
3answers
107 views

Can any DBMS send/receive huge matrices?

I am trying to communicate LAPACK library and .net so I can do some processing outside a DBMS. Is it possible to send/receive complete matrices as binary or as a direct memory pointers to process ...
0
votes
2answers
83 views

Armadillo functionality in c#

Is there a way to use Armadillo's "C++ linear algebra library" code which has lapack in a C# project? Could you please post a simple example... I was thinking to get a .dll and import it to C# ...
0
votes
2answers
186 views

Efficient process SQL Server and numerical methods library

Is there a way to comunicate a numeric method library, that can exploit all .net's (numerical methods called by .net that does SQL Server things) habilities?, What library do you recomend, maybe ...