ug4
|
#include "../small_matrix/densematrix.h"
#include "../small_matrix/densevector.h"
#include "../small_matrix/block_dense.h"
#include "lapack.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
Functions | |
template<typename T , size_t TUnknowns> | |
bool | ug::Invert (DenseMatrix< FixedArray2< T, TUnknowns, TUnknowns > > &mat) |
template<typename T > | |
bool | ug::InvertNdyn (DenseMatrix< T > &mat) |