IMapackMatrixMultiply(Double) Method |
Matrix-scalar multiplication.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIMapackMatrix Multiply(
double s
)
Parameters
- s Double
- The scalar to multiply.
Return Value
IMapackMatrixThe scaled matrix.
See Also