Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 402 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 402 Bytes

LUIMC - LU In Matlab Code

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: [email protected]

Files

  • luimc.m: LU factorization
  • luimc_test.m: test function
  • luimc_drv1.m: test driver

History

  • <2011-11-28 Mon> first version uploaded to github