Click or drag to resize

BandMatrixMultiply 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 BandMatrix operator *(
	double s,
	BandMatrix A
)
Request Example View Source

Parameters

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

Return Value

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