IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
interface | IG.Num.IMatrix< ComponentType > |
Generic Matrix interface. More... | |
interface | IG.Num.IMatrix |
Real matrix interface. More... | |
class | IG.Num.MatrixExtensions |
Extension methods for IMatrix interface. More... | |
class | IG.Num.MatrixBase |
Base class for matrices. More... | |
class | IG.Num.MatrixStore< T > |
Matrix store. More... | |
class | IG.Num.MatrixStore |
Matrix store. More... | |
Namespaces | |
package | IG.Num |
Typedefs | |
using | Matrix_MathNetNumercs = MathNet.Numerics.LinearAlgebra.Double.DenseMatrix |
using | MatrixBase_MathNetNumerics = MathNet.Numerics.LinearAlgebra.Generic.Matrix< double > |
using MatrixBase_MathNetNumerics = MathNet.Numerics.LinearAlgebra.Generic.Matrix<double> |