SymmetricBandMatrix 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 SymmetricBandMatrix : BaseBandMatrix
Inheritance
Object    BaseMatrix    BaseBandMatrix    SymmetricBandMatrix

Constructors

Properties

ColumnCount
(Inherited from BaseMatrix)
IsSquare
(Inherited from BaseMatrix)
Item
(Overrides BaseBandMatrixItemInt32, Int32)
LowerBandWidth
(Inherited from BaseBandMatrix)
RowCount
(Inherited from BaseMatrix)
Trace
(Inherited from BaseMatrix)
UpperBandWidth
(Inherited from BaseBandMatrix)

Methods

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

Operators

Extension Methods

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

See Also