Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lapack_invert.h File Reference
#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

namespace  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)