plu

final static Array<Matrixplu(Matrix $self)
final static Array<ComplexMatrixplu(ComplexMatrix $self)

PLU decomposition of a matrix.

Return

an array of { permutation matrix, lower triangle matrix, upper triangle matrix }.