Constructs a FloatComplexBandMatrix instance with the specified number of rows, columns,
upper and lower bandwidths.
Namespace:
CenterSpace.NMath.Matrix
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexBandMatrix(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
rows As Integer, _
cols As Integer, _
lowerBandwidth As Integer, _
upperBandwidth As Integer _
) |
| Visual C++ |
|---|
public:
FloatComplexBandMatrix(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
) |
Exceptions
See Also