Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods


Extreme Optimization Mathematics Library for .NET

Matrix.ToGeneralMatrix Method 

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

[Visual Basic]
Public Function ToGeneralMatrix() As GeneralMatrix
[C#]
public GeneralMatrix ToGeneralMatrix();

Return Value

A GeneralMatrix that is a copy of this Matrix.

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace