Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public HermitianMatrix<T> AsHermitianMatrix()
Public Function AsHermitianMatrix As HermitianMatrix(Of T)
public:
HermitianMatrix<T>^ AsHermitianMatrix()
member AsHermitianMatrix : unit -> HermitianMatrix<'T>
Return Value
Type:
HermitianMatrixTA
HermitianMatrixT.
If the matrix is already a HermitianMatrixT,
then the same instance is returned. If the matrix is a dense matrix,
then the storage is reused for the Hermitian matrix.
Reference