Makes a copy of this instance and returns it as a GeneralMatrix.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function ToGeneralMatrix As GeneralMatrix
C#
public GeneralMatrix ToGeneralMatrix ()
C++
public:
GeneralMatrix^ ToGeneralMatrix ()

Return Value

A GeneralMatrix that is a copy of this Matrix.