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
498 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
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
76 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
0answers
144 views

How to use Lapack or Blas in Dev-C++ or .NET

How to use Lapack in Dev-C++ 5.0 beta 9.2? I am starting some code, but do not how to use these libraries. also, if I use .NET (C++) what would be a good choice? I saw Flexible Library for Efficient ...
0
votes
2answers
176 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 ...