visual studio - library for solving matrix problems in C# -


Is there a built-in library in Visual Studio 2008 or 2010 that can help solve all types of matrix problems?

For example:

  • Singular values ​​decomposition
  • Inverted matrix
  • Trace
  • Determinant < / Li>
  • etc.
  • I do not think there is a built-in matrix manipulator for .NET, even if no one If there is a custom library, then you should provide a lot of features

    You


Comments