lu property

LUDecomposition lu

Returns the LU Decomposition of this Matrix.

Implementation

LUDecomposition get lu => LUDecomposition(this);