Sparse Vector<T>.Multiply In Place Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Multiply | Multiplies a vector by a given factor. |
Multiply | Multiplies a Vector<T> by a Matrix<T>. |
MultiplyInPlace(T)
Multiplies a vector by a given factor.
public override Vector<T> MultiplyInPlace(
T factor
)
Parameters
- factor T
- The factor to multiply the vector by.
Return Value
Vector<T>a reference to this vector.
Remarks
This method uses the level 1 BLAS routine DSCAL.