Constructs a FloatBandMatrix instance by extracting a band of entries from a general
matrix.
Namespace:
CenterSpace.NMath.Matrix
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| Visual C++ |
|---|
public:
FloatBandMatrix(
FloatMatrix^ A,
int lowerBandwidth,
int upperBandwidth
) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.FloatMatrix
A general matrix.
- lowerBandwidth
- Type: System..::.Int32
The number of subdiagonals to extract. This is
also the lower bandwidth of the resulting banded matrix.
- upperBandwidth
- Type: System..::.Int32
The number of superdiagonals to extract. This is
also the upper bandwidth of the resulting banded matrix.
Remarks
Exceptions
See Also