Multiplies a vector by a given factor.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override Vector MultiplyInPlace(
double factor
)
Public Overrides Function MultiplyInPlace (
factor As Double
) As Vector
public:
virtual Vector^ MultiplyInPlace(
double factor
) override
abstract MultiplyInPlace :
factor : float -> Vector
override MultiplyInPlace :
factor : float -> Vector
Parameters
- factor
- Type: SystemDouble
The factor to multiply the vector by.
Return Value
Type:
Vectora reference to this vector.
The structure of a band vector is fixed at the time of construction.
The zero and unit elements cannot be modified. Multiplying a band vector with unit element
by a constant different from 1 would require the unit element to change, which is not allowed.
A ComponentReadOnlyException exception is thrown.
Numerical Libraries
Supported in: 5.x
Reference