#include "genesis/utils/containers/matrix/col.hpp"#include "genesis/utils/containers/matrix/row.hpp"#include <cassert>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Matrix< T > |
| class | Matrix< T > |
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::utils | |
Functions | |
| template<typename T > | |
| void | transpose_inplace (Matrix< T > &mat) |
| Transpose a Matrix inplace, without allocating a new Matrix. More... | |