Generic Function Lu-Factor (1 method)

( lu-factor < matrix > )

Part of:

package lisplab
LU-factorization with pivoting. Outputs (L U P) where
L is low diagonal with unity at diagnoals, U is upper diagnoal and
P is an permutation matrix, so that A = P L U.

Method Summary

lu-factor < matrix-base