SkelGIS
3.0
|
Definitions of the distributed matrix implementation object. This class is not used by the user. Four template specializations are available as for DMatrix. More...
#include "dmatrix.hpp"
#include "../../util/utility.hpp"
#include "../../util/mpi_.hpp"
#include "../../util/communications.hpp"
#include "../../iterators/DMatrix/iterator.hpp"
#include "../../iterators/DMatrix/iterator_cont.hpp"
#include "../../iterators/DMatrix/iterator_rev.hpp"
#include "../../iterators/DMatrix/iterator_phb.hpp"
#include "../../iterators/DMatrix/iterator_step.hpp"
#include "../../iterators/DMatrix/iterator_line.hpp"
#include <math.h>
Go to the source code of this file.
Classes | |
struct | skelgis::DMatrix_base< T > |
base template Distributed Matrix Class More... | |
struct | skelgis::DMatrix_impl< T, R, line > |
DMatrix_impl class. More... | |
struct | skelgis::DMatrix_impl< T, 0, true > |
DMatrix_impl class. More... | |
struct | skelgis::DMatrix_impl< T, R, false > |
DMatrix_impl class. More... | |
struct | skelgis::DMatrix_impl< T, 0, false > |
DMatrix_impl class. More... |
Definitions of the distributed matrix implementation object. This class is not used by the user. Four template specializations are available as for DMatrix.
Definition in file dmatrix_impl.hpp.