Matrix<T>.As Dense Matrix Method
Returns this matrix as a dense matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A DenseMatrix<T> that has the same value as this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.