Constructs a symmetric band matrix.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static BandMatrix<T> CreateSymmetricBanded(
int rowCount,
int bandwidth
)
Public Shared Function CreateSymmetricBanded (
rowCount As Integer,
bandwidth As Integer
) As BandMatrix(Of T)
public:
static BandMatrix<T>^ CreateSymmetricBanded(
int rowCount,
int bandwidth
)
static member CreateSymmetricBanded :
rowCount : int *
bandwidth : int -> BandMatrix<'T>
Parameters
- rowCount
- Type: SystemInt32
The number of rows and columns of the matrix. - bandwidth
- Type: SystemInt32
The upper and lower bandwidth.
Return Value
Type:
BandMatrixTA
BandMatrixT.
Numerical Libraries
Supported in: 5.x
Reference