#include "typedefs.hpp"#include "assert.hpp"#include "fn_getrf.hpp"#include "fn_getri.hpp"#include "fn_gemm.hpp"#include "cl_Tensor.hpp"#include "cl_Vector.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::tensor |
Functions | |
| template<typename T> | |
| void | belfem::tensor::invert_symmetric (Tensor< T > &aTensor, Vector< T > &aWork, Vector< int_t > &aPivot) |