| FloatComplexBandMatrix(Int32, Int32, Int32, Int32) Constructor |
Constructs a FloatComplexBandMatrix instance with the specified number of rows, columns,
upper and lower bandwidths.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public FloatComplexBandMatrix(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
)
Public Sub New (
rows As Integer,
cols As Integer,
lowerBandwidth As Integer,
upperBandwidth As Integer
)
public:
FloatComplexBandMatrix(
int rows,
int cols,
int lowerBandwidth,
int upperBandwidth
)
new :
rows : int *
cols : int *
lowerBandwidth : int *
upperBandwidth : int -> FloatComplexBandMatrix
Parameters
- rows Int32
- The number of matrix rows.
- cols Int32
- The number of matrix columns.
- lowerBandwidth Int32
- The lower bandwidth.
- upperBandwidth Int32
- The upper bandwidth.
Exceptions See Also