![](../icons/Help.png) | FloatComplexBandMatrixResize(Int32, Int32, Int32, Int32) Method |
Changes the dimensions and bandwidths of this matrix to those specified,
adding zeros or truncating as necessary.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Resize(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
)
Public Sub Resize (
rows As Integer,
cols As Integer,
lowerBandwidth As Integer,
upperBandwidth As Integer
)
public:
void Resize(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
)
member Resize :
rows : int *
cols : int *
lowerBandwidth : int *
upperBandwidth : int -> unit
Parameters
- rows Int32
- The number of rows.
- cols Int32
- The number of columns.
- lowerBandwidth Int32
- The lower bandwidth.
- upperBandwidth Int32
- The upper bandwidth.
Exceptions
See Also