Content

Pimp the LU Interface

  B = lu(A);                                                            
  A = lu(A);                                                            
  tupel(L, U) = lu(A);                                                  
  tupel(p, L, U) = lu(A);                                               
  tupel(P, L, U) = lu(A);