Note: This API is now obsolete.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
[ObsoleteAttribute("Use RowPermutation.Apply instead.")]
public ComplexDenseMatrix ApplyP(
ComplexMatrix matrix
)
<ObsoleteAttribute("Use RowPermutation.Apply instead.")>
Public Function ApplyP (
matrix As ComplexMatrix
) As ComplexDenseMatrix
public:
[ObsoleteAttribute(L"Use RowPermutation.Apply instead.")]
ComplexDenseMatrix^ ApplyP(
ComplexMatrix^ matrix
)
[<ObsoleteAttribute("Use RowPermutation.Apply instead.")>]
member ApplyP :
matrix : ComplexMatrix -> ComplexDenseMatrix
Parameters
- matrix
- Type: Extreme.MathematicsComplexMatrix
A ComplexMatrix with length
equal to the number of rows in the underlying
ComplexMatrix.
Return Value
Type:
ComplexDenseMatrixThe
ComplexDenseMatrixmatrix
with its elements permuted.
Numerical Libraries
Obsolete (compiler warning) in 5.x
Obsolete (compiler warning) in 4.x
Reference