Dense Vector<T>.Map In Place Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Map | Applies a function to the elements of a dense vector. |
Map | Applies a function in-place to the elements of a vector. |
Map | Applies a function in-place to the elements of a vector as the second argument. |
Map | Applies a function to the elements of a vector. |
MapInPlace(Func<T, T>)
Applies a function to the elements of a dense vector.
public override Vector<T> MapInPlace(
Func<T, T> function
)
Parameters
Return Value
Vector<T>A reference to this instance.
Exceptions
Argument | function is null. |