#include "intutils.h"
Include dependency graph for matrix_def.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | atlas |
namespace | atlas::matrix |
Functions | |
template<typename C> | |
void | atlas::matrix::blockReduce (Matrix< C > &, size_t, Matrix< C > &, Matrix< C > &) |
template<typename C> | |
void | atlas::matrix::blockShape (Matrix< C > &, size_t, Matrix< C > &, Matrix< C > &) |
template<typename C> | |
void | atlas::matrix::columnReduce (Matrix< C > &, size_t, size_t, Matrix< C > &) |
template<typename C> | |
bool | atlas::matrix::hasBlockReduction (const Matrix< C > &, size_t) |
template<typename C> | |
bool | atlas::matrix::hasReduction (const Matrix< C > &, size_t) |
template<typename C> | |
Matrix< C >::index_pair | atlas::matrix::findBlockReduction (const Matrix< C > &, size_t) |
template<typename C> | |
Matrix< C >::index_pair | atlas::matrix::findReduction (const Matrix< C > &, size_t) |
template<typename C> | |
void | atlas::matrix::rowReduce (Matrix< C > &, size_t, size_t, Matrix< C > &) |
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 > &) |
template<typename C> | |
void | atlas::matrix::blockReduce (Matrix< C > &m, size_t d, Matrix< C > &r, Matrix< C > &c) |
template<typename C> | |
void | atlas::matrix::blockShape (Matrix< C > &m, size_t d, Matrix< C > &r, Matrix< C > &c) |
template<typename C> | |
void | atlas::matrix::columnReduce (Matrix< C > &m, size_t j, size_t d, Matrix< C > &c) |
template<typename C> | |
Matrix< C >::index_pair | atlas::matrix::findBlockReduction (const Matrix< C > &m, size_t r) |
template<typename C> | |
Matrix< C >::index_pair | atlas::matrix::findReduction (const Matrix< C > &m, size_t r) |
template<typename C> | |
bool | atlas::matrix::hasBlockReduction (const Matrix< C > &m, size_t r) |
template<typename C> | |
bool | atlas::matrix::hasReduction (const Matrix< C > &m, size_t r) |
template<typename C> | |
void | atlas::matrix::rowReduce (Matrix< C > &m, size_t i, size_t d, Matrix< C > &r) |