Note: This API is now obsolete.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
[ObsoleteAttribute("Use ToDenseMatrix instead.")]
public ComplexDenseMatrix ToGeneralMatrix()
<ObsoleteAttribute("Use ToDenseMatrix instead.")>
Public Function ToGeneralMatrix As ComplexDenseMatrix
public:
[ObsoleteAttribute(L"Use ToDenseMatrix instead.")]
ComplexDenseMatrix^ ToGeneralMatrix()
[<ObsoleteAttribute("Use ToDenseMatrix instead.")>]
member ToGeneralMatrix : unit -> ComplexDenseMatrix
Return Value
Type:
ComplexDenseMatrixA
ComplexDenseMatrix that is a copy of
this
ComplexMatrix.
Numerical Libraries
Obsolete (compiler warning) in 5.x
Obsolete (compiler warning) in 4.x
Reference