Generic Function Lu-Factor! (3 methods)

( lu-factor! < matrix > < pivotes > )

Part of:

package lisplab
LU-factorization with pivoting. Destructive.
Ouputs a combined LU matrix where the diagonals belong to U and a
permutation vector.

Method Summary

lu-factor! < matrix-base > < t > 
lu-factor! < matrix-base-dge > < t > 
lu-factor! < matrix-blas-dge > < t >