#include <iostream>
#include "Core/Column/ColumnTem.h"
#include "Util/Reverse.h"
Include dependency graph for Reverse.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Column |
Functions | |
template<class C> | |
void | Impala::Core::Column::Reverse (C *column) |
template<class C> | |
void | Impala::Core::Column::ReversePart (C *column, int left, int right) |
template<> | |
void | Impala::Core::Column::ReversePart (Vector::VectorSet< Array::Array2dScalarReal64 > *data, int left, int right) |
specialisation for VectorSet (of doubles) | |
template<> | |
void | Impala::Core::Column::Reverse (Vector::VectorSet< Array::Array2dScalarReal64 > *data) |
specialisation for VectorSet (of doubles) |