Dense Vector<T, TStorage>.Map In Place Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
| Map | |
| Map | Applies a function in-place to the elements of a vector. |
| Map | Applies a function in-place to the elements of a vector. |
| Map | Applies a function to the elements of a vector. |
MapInPlace(Func<T, T>)
Applies a function in-place to the elements of a 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. |