Free Electron
|
Go to the source code of this file.
Classes | |
class | fe::Vector< N, T > |
Dense vector - size fixed by template. More... | |
Namespaces | |
fe | |
kernel | |
Functions | |
template<typename T > | |
BWORD | fe::checkValid (const T &a_value) |
template<typename T > | |
void | fe::confirmValid (const T &a_value) |
BWORD | fe::checkValid (const F32 &a_value) |
void | fe::confirmValid (const F32 &a_value) |
BWORD | fe::checkValid (const F64 &a_value) |
void | fe::confirmValid (const F64 &a_value) |
template<int N, typename T > | |
BWORD | fe::checkValid (const Vector< N, T > &a_vector) |
template<int N, typename T > | |
void | fe::confirmValid (const Vector< N, T > &a_vector) |
template<int N> | |
BWORD | fe::checkValid (const Vector< N, F32 > &a_vector) |
template<int N> | |
void | fe::confirmValid (const Vector< N, F32 > &a_vector) |
template<int N> | |
BWORD | fe::checkValid (const Vector< N, F64 > &a_vector) |
template<int N> | |
void | fe::confirmValid (const Vector< N, F64 > &a_vector) |
template<typename T > | |
void | fe::maybeConfirmValid (const T &a_value) |