SymmetricBandMatrixMultiply Operator |
Scalar-Matrix multiplication.
Namespace: DotNumerics.LinearAlgebraAssembly: 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
)
Public Shared Operator * (
s As Double,
A As SymmetricBandMatrix
) As SymmetricBandMatrix
Request Example
View SourceParameters
- s Double
- The left side scalar of the multiplication operator.
- A SymmetricBandMatrix
- The right side matrix of the multiplication operator.
Return Value
SymmetricBandMatrixA matrix that represents the result of the multiplication.
See Also