|
MorphoGraphX
2.0-1-227
|
#include <Config.hpp>#include <cuda/CudaGlobal.hpp>#include <StaticAssert.hpp>#include <cassert>#include <cmath>#include <cstdarg>#include <iostream>#include <math.h>#include <QTextStream>#include <Common.hpp>#include <boost/functional/hash.hpp>Go to the source code of this file.
Classes | |
| class | mgx::Vector< dim, T > |
| Namespace containing all the utility classes. More... | |
| struct | std::hash< mgx::Vector< dim, T > > |
Namespaces | |
| mgx | |
| Distributed matrix library. | |
Functions | |
| template<size_t dim, typename T , typename T1 > | |
| CU_HOST_DEVICE Vector< dim, T > | mgx::map (const T &(*fct)(const T1 &), const Vector< dim, T1 > &v) |
| template<size_t dim, typename T , typename T1 > | |
| CU_HOST_DEVICE Vector< dim, T > | mgx::map (T(*fct)(const T1 &), const Vector< dim, T1 > &v) |
Defines the Vector class template This file is shared by cuda, do not include headers that nvcc can't handle (i.e. Qt)
Definition in file Vector.hpp.
1.8.17