#include <vector>
#include "matrix_fwd.h"
#include "setutils.h"
#include "tags.h"
#include "matrix_def.h"
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | atlas |
namespace | atlas::matrix |
Classes | |
class | atlas::matrix::Matrix< C > |
Functions | |
template<typename C> | |
void | atlas::matrix::columnVectors (std::vector< std::vector< C > > &b, const Matrix< C > &m) |
template<typename C> | |
Matrix< C > & | atlas::matrix::conjugate (Matrix< C > &, const Matrix< C > &) |
template<typename C> | |
void | atlas::matrix::extractBlock (Matrix< C > &, const Matrix< C > &, size_t, size_t, size_t, size_t) |
template<typename C> | |
void | atlas::matrix::extractMatrix (Matrix< C > &, const Matrix< C > &, const std::vector< size_t > &, const std::vector< size_t > &) |
template<typename C> | |
void | atlas::matrix::identityMatrix (Matrix< C > &, size_t) |
template<typename C> | |
void | atlas::matrix::initBasis (std::vector< std::vector< C > > &, size_t) |
template<typename C> | |
Matrix< C > & | atlas::matrix::invConjugate (Matrix< C > &, const Matrix< C > &) |
template<typename C> | |
Matrix< C > & | atlas::matrix::leftProd (Matrix< C > &, const Matrix< C > &) |