LUIMC implements the LU factorization in Matlab code. The user is able to select from the following pivoting methods:
- partial
- complete
- rook
- none
Author: Nick Henderson
Email: nwh@stanford.edu
luimc.m: LU factorizationluimc_test.m: test functionluimc_drv1.m: test driver
- <2011-11-28 Mon> first version uploaded to github