Does anyone know how to connect a library to work with matrices in C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

4th Dec 2017, 10:56 PM
Oleksandr Rubtsov
Oleksandr Rubtsov - avatar
4 Answers
+ 3
thanx for support guys. I'll try. Still surfing on this
6th Dec 2017, 1:28 AM
Oleksandr Rubtsov
Oleksandr Rubtsov - avatar
+ 2
+ I agree. It will be nice to see the answer! Subscribed.
4th Dec 2017, 10:59 PM
Vladimir Rubtsov
Vladimir Rubtsov - avatar
+ 2
You can check for pinvoke functions in C#, they are for importing unmanaged C++ code to C#.
5th Dec 2017, 7:29 PM
LearnerLipi
LearnerLipi - avatar