Resizes a matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
void Resize(
int rowCount,
int columnCount
)
|
| Visual Basic (Declaration) |
Sub Resize ( _
rowCount As Integer, _
columnCount As Integer _
)
|
| Visual C++ |
void Resize(
int rowCount,
int columnCount
)
|
| F# |
abstract Resize :
rowCount:int *
columnCount:int -> unit
|
Exceptions
See Also