Click or drag to resize

TridiagonalMatrixMultiply Operator

Multiplies a tri-diagonal matrix by a real constant.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static TridiagonalMatrix operator *(
	double f,
	TridiagonalMatrix T
)

Parameters

f
Type: SystemDouble
The constant.
T
Type: Meta.Numerics.MatricesTridiagonalMatrix
The matrix.

Return Value

Type: TridiagonalMatrix
The product matrix.
See Also