Reserves storage for the specified number of nonzero elements.
Namespace: Extreme.Mathematics.LinearAlgebra.Sparse
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public void Reserve(
int capacity
)
|
| Visual Basic (Declaration) |
Public Sub Reserve ( _
capacity As Integer _
)
|
| Visual C++ |
public:
void Reserve(
int capacity
)
|
| F# |
member Reserve :
capacity:int -> unit
|
Parameters
-
capacity
- Type: System..::..Int32
An integer specifiying the new capacity to reserve storage for.
See Also