Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

lu.cpp File Reference

Implementation of LU factorisation functions. More...

#include "vector.h"
#include "matrix.h"
#include "specmat.h"
#include "lu.h"
#include "lapack.h"

Include dependency graph for lu.cpp:


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.

Detailed Description

Implementation of LU factorisation functions.

Author:
Tony Ottosson
1.7

2002/10/02 15:37:18


Generated on Fri Sep 16 11:06:08 2005 for spuc by  doxygen 1.4.4