+ 3
Does anyone know how to connect a library to work with matrices in C#?
In C++ the library is called TNT - Template Numerical Toolkit //like this: #include "stdafx.h" #include "libraries\TNT\tnt.h" using namespace TNT; But I need to calculate the inverse matrix in C# Windows Forms. Does anyone know the name of this function or C# library in which it is?
4 Respuestas
+ 3
thanx for support guys. I'll try. Still surfing on this
+ 2
+ I agree. It will be nice to see the answer! Subscribed.
+ 2
You can check for pinvoke functions in C#, they are for importing unmanaged C++ code to C#.
+ 2