Click or drag to resize

DoubleTriDiagMatrixSubtract Method

Overload List
 NameDescription
Public methodStatic memberSubtract(Double, DoubleTriDiagMatrix) Subtracts the non-zero elements of a tridiagonal matrix from a scalar.
Public methodStatic memberSubtract(DoubleTriDiagMatrix, DoubleTriDiagMatrix) Subtracts two tridiagonal matrices.
Public methodStatic memberSubtract(DoubleTriDiagMatrix, Double) Subtracts a scalar from the non-zero elements of a tridiagonal matrix.
Top
See Also