IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Matrix.cs File Reference

Classes

class  IG.Num.Matrix
 Real matrix class. Some operations are performed by the MathNet.Numerics.LinearAlgebra.Matrix class. More...
 

Namespaces

package  IG.Num
 

Typedefs

using Matrix_MathNetNumerics = MathNet.Numerics.LinearAlgebra.Double.DenseMatrix
 
using MatrixBase_MathNetNumerics = MathNet.Numerics.LinearAlgebra.Generic.Matrix< double >
 

Typedef Documentation

using MatrixBase_MathNetNumerics = MathNet.Numerics.LinearAlgebra.Generic.Matrix<double>