nwh / luimc

LU Factorization in Matlab Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: nwh@stanford.edu

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

About

LU Factorization in Matlab Code

License:MIT License


Languages

Language:MATLAB 100.0%