ug4
|
#include "../small_matrix/densematrix.h"
#include "../small_matrix/densevector.h"
#include "../../common/operations.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | ug::DenseMatrixInverse< TStorage > |
struct | ug::matrix_algebra_type_traits< DenseMatrixInverse< T > > |
Namespaces | |
ug | |
the ug namespace | |
Functions | |
template<typename matrix_t > | |
bool | ug::LUDecomp (DenseMatrix< matrix_t > &A, size_t *pInterchange) |
template<typename matrix_t > | |
bool | ug::LUDecompIKJ (DenseMatrix< matrix_t > &A, size_t *pInterchange) |
template<typename T > | |
std::ostream & | ug::operator<< (std::ostream &out, const DenseMatrixInverse< T > &mat) |
template<typename matrix_t , typename vector_t > | |
bool | ug::SolveLU (const DenseMatrix< matrix_t > &A, DenseVector< vector_t > &x, const size_t *pInterchange) |