Matrix Class

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public sealed class Matrix : BaseMatrix
Inheritance
Object    BaseMatrix    Matrix

Constructors

Properties

ColumnCount
(Inherited from BaseMatrix)
IsSquare
(Inherited from BaseMatrix)
Item
(Inherited from BaseMatrix)
RowCount
(Inherited from BaseMatrix)
Trace
(Inherited from BaseMatrix)

Methods

Add
(Inherited from BaseMatrix)
AddInplace 
Clone 
CopyToArray
(Inherited from BaseMatrix)
CopyToComplex
(Inherited from BaseMatrix)
CopyToJaggedArray
(Inherited from BaseMatrix)
Determinant
(Inherited from BaseMatrix)
ElementsAbs
(Inherited from BaseMatrix)
ElementsSum
(Inherited from BaseMatrix)
ElemntsDiv
(Inherited from BaseMatrix)
ElemntsMult
(Inherited from BaseMatrix)
FrobeniusNorm
(Inherited from BaseMatrix)
GetColumnArray
(Inherited from BaseMatrix)
GetColumnVector
(Inherited from BaseMatrix)
GetColumnVectors
(Inherited from BaseMatrix)
GetRowArray
(Inherited from BaseMatrix)
GetRowVector
(Inherited from BaseMatrix)
GetRowVectors
(Inherited from BaseMatrix)
Inverse
(Inherited from BaseMatrix)
MatrixToString
(Inherited from BaseMatrix)
MatrixToString(String)
(Inherited from BaseMatrix)
Multiply(BaseMatrix)
(Inherited from BaseMatrix)
Multiply(Double)
(Inherited from BaseMatrix)
MultiplyInplace
(Inherited from BaseMatrix)
Norm1
(Inherited from BaseMatrix)
NormInf
(Inherited from BaseMatrix)
Random(Int32, Int32) 
Random(Int32, Int32, Int32) 
Subtract
(Inherited from BaseMatrix)
SubtractInplace 
Transpose
(Inherited from BaseMatrix)
UnaryMinus 
UnaryMinusInplace
(Inherited from BaseMatrix)

Operators

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also