IT++ Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
lu.h
Go to the documentation of this file.
1 
29 #ifndef LU_H
30 #define LU_H
31 
32 #include <itpp/base/mat.h>
33 
34 
35 namespace itpp
36 {
37 
38 
41 
42 
67 bool lu(const mat &X, mat &L, mat &U, ivec &p);
68 
69 
95 bool lu(const cmat &X, cmat &L, cmat &U, ivec &p);
96 
97 
99 void interchange_permutations(vec &b, const ivec &p);
100 
102 bmat permutation_matrix(const ivec &p);
104 
105 } // namespace itpp
106 
107 #endif // #ifndef LU_H
SourceForge Logo

Generated on Fri Mar 21 2014 17:14:12 for IT++ by Doxygen 1.8.1.2