Matrix<T>.AsDenseMatrix Method

Returns this matrix as a dense matrix.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DenseMatrix<T> AsDenseMatrix()

Return Value

DenseMatrix<T>
A DenseMatrix<T> that has the same value as this instance.

Remarks

If this instance is a DenseMatrix<T>, this instance is returned.

See Also