Diagonal Matrix<T>.Multiply In Place Method
Multiplies this matrix by a scalar factor.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
a reference to this matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override Matrix<T> MultiplyInPlace(
T factor
)
Parameters
- factor T
- The factor to multiply the matrix by.
Return Value
Matrix<T>a reference to this matrix.