vector LU_solve ( const matrix m,
const vector v 
) [inline]

Function that solves a system of linear equations using LU decomposition.

Author:
Rochan R. Upadhyay
Parameters:
m: Matrix m
v: vector v

Returns a vector y such that my =v. Dimensions need to be compatible.

Date:
10/12/2010
 All Classes Files Functions Variables Typedefs Friends Defines