Click or drag to resize

DoubleTriDiagMatrix Operators and Type Conversions

The DoubleTriDiagMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Double, DoubleTriDiagMatrix) Adds a scalar to the non-zero elements of a tridiagonal matrix.
Public operatorStatic memberAddition(DoubleTriDiagMatrix, DoubleTriDiagMatrix) Adds two tridiagonal matrices.
Public operatorStatic memberAddition(DoubleTriDiagMatrix, Double) Adds a scalar to the non-zero elements of a tridiagonal matrix.
Public operatorStatic memberDivision(Double, DoubleTriDiagMatrix) Divides a scalar by the non-zero elements of a tridiagonal matrix.
Public operatorStatic memberDivision(DoubleTriDiagMatrix, DoubleTriDiagMatrix) Divides a tridiagonal matrix by another.
Public operatorStatic memberDivision(DoubleTriDiagMatrix, Double) Divides the non-zero elements of a tridiagonal matrix by a scalar.
Public operatorStatic memberEquality(DoubleTriDiagMatrix, DoubleTriDiagMatrix) Tests for equality of two tridiagonal matrices. Two matrices are equal if they have the same dimensions, and all values are equal.
Public operatorStatic member(FloatTriDiagMatrix to DoubleTriDiagMatrix) Implicitly converts a FloatTriDiagMatrix instance into a DoubleTriDiagMatrix instance.
Public operatorStatic memberInequality(DoubleTriDiagMatrix, DoubleTriDiagMatrix) Tests for equality of two tridiagonal matrices. Two matrices are equal if they have the same dimensions, and all values are equal.
Public operatorStatic memberMultiply(Double, DoubleTriDiagMatrix) Multiplies the non-zero elements of a tridiagonal matrix by a scalar.
Public operatorStatic memberMultiply(DoubleTriDiagMatrix, DoubleTriDiagMatrix) Multiplies two tridiagonal matrices.
Public operatorStatic memberMultiply(DoubleTriDiagMatrix, Double) Multiplies the non-zero elements of a tridiagonal matrix and a scalar.
Public operatorStatic memberSubtraction(Double, DoubleTriDiagMatrix) Subtracts the non-zero elements of a tridiagonal matrix from a scalar.
Public operatorStatic memberSubtraction(DoubleTriDiagMatrix, DoubleTriDiagMatrix) Subtracts two tridiagonal matrices.
Public operatorStatic memberSubtraction(DoubleTriDiagMatrix, Double) Subtracts a scalar from the non-zero elements of a tridiagonal matrix.
Public operatorStatic memberUnaryNegation(DoubleTriDiagMatrix) Negation operator.
Public operatorStatic memberUnaryPlus(DoubleTriDiagMatrix) Unary + operator. Just returns the input matrix.
Top
See Also