Go to the source code of this file.
Classes | |
struct | PHX::Op::Copy< T, n, n > |
struct | PHX::Op::Sum< T, n, n > |
struct | PHX::Op::Prod< T, n, n > |
struct | PHX::Op::Max< T, n, n > |
struct | PHX::Op::Min< T, n, n > |
struct | PHX::Op::BitOr< T, n, n > |
struct | PHX::Op::BitAnd< T, n, n > |
struct | PHX::Op::Equal< T, n, n > |
struct | PHX::Op::NotEqual< T, n, n > |
struct | PHX::Op::InnerProduct< T, n, n > |
struct | PHX::Op::Less< T, n, n > |
struct | PHX::Op::LessEqual< T, n, n > |
struct | PHX::Op::Greater< T, n, n > |
struct | PHX::Op::GreaterEqual< T, n, n > |
struct | PHX::Op::Copy< T, n, i > |
struct | PHX::Op::Sum< T, n, i > |
struct | PHX::Op::Prod< T, n, i > |
struct | PHX::Op::BitOr< T, n, i > |
struct | PHX::Op::BitAnd< T, n, i > |
struct | PHX::Op::Max< T, n, i > |
struct | PHX::Op::Min< T, n, i > |
struct | PHX::Op::InnerProduct< T, n, i > |
struct | PHX::Op::Equal< T, n, i > |
struct | PHX::Op::NotEqual< T, n, i > |
struct | PHX::Op::Less< T, n, i > |
struct | PHX::Op::LessEqual< T, n, i > |
struct | PHX::Op::Greater< T, n, i > |
struct | PHX::Op::GreaterEqual< T, n, i > |
Namespaces | |
namespace | PHX |
namespace | PHX::Op |
Functions | |
template<unsigned N, typename T > | |
void | PHX::Copy (T *, const T &) |
template<unsigned N, typename T > | |
void | PHX::Copy (T *, const T *) |
template<unsigned N, typename T > | |
void | PHX::Sum (T *, const T *) |
template<unsigned N, typename T > | |
void | PHX::Sum (T *, const T &, const T *) |
template<unsigned N, typename T > | |
void | PHX::Prod (T *, const T *) |
template<unsigned N, typename T > | |
void | PHX::Min (T *, const T *) |
template<unsigned N, typename T > | |
void | PHX::Max (T *, const T *) |
template<unsigned N, typename T > | |
void | PHX::BitOr (T *, const T *) |
template<unsigned N, typename T > | |
void | PHX::BitAnd (T *, const T *) |
template<unsigned N, typename T > | |
T | PHX::InnerProduct (const T *, const T *) |
template<unsigned N, typename T > | |
bool | PHX::Equal (const T *, const T *) |
template<unsigned N, typename T > | |
bool | PHX::NotEqual (const T *, const T *) |
template<unsigned N, typename T > | |
bool | PHX::Less (const T *, const T *) |
template<unsigned N, typename T > | |
bool | PHX::LessEqual (const T *, const T *) |
template<unsigned N, typename T > | |
bool | PHX::Greater (const T *, const T *) |
template<unsigned N, typename T > | |
bool | PHX::GreaterEqual (const T *, const T *) |
template<unsigned N, typename T > | |
Op::Copy< T, N > | PHX::Copy (T *dst) |
template<unsigned N, typename T > | |
Op::Sum< T, N > | PHX::Sum (T *dst) |
template<unsigned N, typename T > | |
Op::Prod< T, N > | PHX::Prod (T *dst) |
template<unsigned N, typename T > | |
Op::Max< T, N > | PHX::Max (T *dst) |
template<unsigned N, typename T > | |
Op::Min< T, N > | PHX::Min (T *dst) |
template<unsigned N, typename T > | |
Op::BitOr< T, N > | PHX::BitOr (T *dst) |
template<unsigned N, typename T > | |
Op::BitAnd< T, N > | PHX::BitAnd (T *dst) |