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 () |