Changes the dimensions and bandwidths of this matrix to those specified,
adding zeros or truncating as necessary.
Namespace:
CenterSpace.NMath.Matrix
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void Resize(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
) |
| Visual Basic (Declaration) |
|---|
Public Sub Resize ( _
rows As Integer, _
cols As Integer, _
lowerBandwidth As Integer, _
upperBandwidth As Integer _
) |
| Visual C++ |
|---|
public:
void Resize(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
) |
Exceptions
See Also