Click or drag to resize

SymmetricBandMatrixMultiply Operator

Scalar-Matrix multiplication.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SymmetricBandMatrix operator *(
	double s,
	SymmetricBandMatrix A
)
Request Example View Source

Parameters

s  Double
The left side scalar of the multiplication operator.
A  SymmetricBandMatrix
The right side matrix of the multiplication operator.

Return Value

SymmetricBandMatrix
A matrix that represents the result of the multiplication.
See Also