Linear Algebra Pool<T>.Return Method
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
Overload List
Return( | Returns a rented matrix to the pool. |
Return( | Returns a rented vector to the pool. |
Return(Matrix<T>, Boolean)
Returns a rented matrix to the pool.
public void Return(
Matrix<T> matrix,
bool clearStorage = false
)
Parameters
Exceptions
Argument | Thrown when matrix is null. |
Return(Vector<T>, Boolean)
Returns a rented vector to the pool.
public void Return(
Vector<T> vector,
bool clearStorage = false
)
Parameters
Exceptions
Argument | Thrown when vector is null. |