 | FloatComplexTriDiagMatrixResize Method |
Changes the dimensions of this matrix to those specified, adding
zeros or truncating as necessary.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Resize(
int rows,
int cols
)
Public Sub Resize (
rows As Integer,
cols As Integer
)
public:
void Resize(
int rows,
int cols
)
member Resize :
rows : int *
cols : int -> unit
Parameters
- rows
- Type: SystemInt32
The number of rows. - cols
- Type: SystemInt32
The number of columns.
Exceptions
See Also