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
MatrixBase.cs File Reference

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 >
 

Typedef Documentation

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