Click or drag to resize

DoubleHermitianBandMatrixLeadingSubmatrix Method

Returns the k by k upper left corner of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleHermitianBandMatrix LeadingSubmatrix(
	int k
)

Parameters

k  Int32
The submatrix will have k rows and k columns.

Return Value

DoubleHermitianBandMatrix
The k by k upper left corner of the matrix. The matrix and the submatrix share the same data.
Remarks
The matrix and the submatrix share the same data.
See Also