IGLib  1.5
The IGLib base library EXTENDED - with other lilbraries and 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>