source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/lightspeed/solve_tril.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 263 bytes
Line 
1function x = solve_tril(T,b)
2% SOLVE_TRIL      Left division by lower triangular matrix.
3% SOLVE_TRIL(T,b) is the same as T\b but requires T to be lower triangular
4% and runs faster.
5
6error('You must run install_lightspeed in order to use this function.')
Note: See TracBrowser for help on using the repository browser.