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 them? The main purpose is speed and avoid passing through a flat file.
- Is it possible that
Oracle, SQL Server, MySQLsupport this technique?. - What about libraries as
LAPACK, can we export binaries or something to.net, orc#? (All through raw memory pointers or binaries)