BaseBandMatrix Class

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public abstract class BaseBandMatrix : BaseMatrix
Inheritance
Object    BaseMatrix    BaseBandMatrix
Derived

Constructors

Properties

Methods

Add
(Inherited from BaseMatrix)
CheckMatrixDimensions
(Inherited from BaseMatrix)
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)
Subtract
(Inherited from BaseMatrix)
Transpose
(Inherited from BaseMatrix)
UnaryMinusInplace
(Inherited from BaseMatrix)

Operators

Fields

Extension Methods

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

See Also