#include <vector.h>
#include <matrix.h>
Include dependency graph for lu.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | SPUC |
Functions | |
| bool | SPUC::lu (const mat &X, mat &L, mat &U, ivec &p) |
| LU factorisation of real matrix. | |
| void | SPUC::interchange_permutations (vec &b, const ivec &p) |
| Makes swapping of vector b according to the inerchange permutation vector p. | |
| bmat | SPUC::permutation_matrix (const ivec &p) |
| Make permutation matrix P from the interchange permutation vector p. | |
2002/02/25 08:35:41
1.4.4