mf
Media Framework
|
#include "../common.h"
#include "ndcoord.h"
#include "ndarray_iterator.h"
#include "ndspan.h"
#include "../utility/misc.h"
#include "../elem.h"
#include <type_traits>
#include <utility>
#include <memory>
#include "ndarray_view.tcc"
Go to the source code of this file.
Classes | |
class | mf::ndarray_view< Dim, T > |
Mapping between coordinates, indices, and addresses of multi-dimensional data. More... | |
class | mf::ndarray_view< Dim, T > |
Mapping between coordinates, indices, and addresses of multi-dimensional data. More... | |
Namespaces | |
mf | |
Functions | |
template<typename T > | |
ndarray_view< 2, T > | mf::flip (const ndarray_view< 2, T > &vw) |