Curve Fitter.Scale Method
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Scale( | Scales the components of a vector using the values from ScaleVector. |
Scale( | Scales the components of a vector using the values from ScaleVector. |
Scale(DenseVector<Double>)
Scales the components of a vector using the values from ScaleVector.
protected void Scale(
DenseVector<double> vector
)
Parameters
- vector DenseVector<Double>
- A dense vector.
Exceptions
Argument | vector is null. |
Scale(Vector<Double>)
Scales the components of a vector using the values from ScaleVector.
protected Vector<double> Scale(
Vector<double> vector
)
Parameters
Return Value
Vector<Double>A reference to the scaled vector.
Exceptions
Argument | vector is null. |