antioch-0.4.0
|
#include "antioch_config.h"
#include <valarray>
#include "Eigen/Dense"
#include "metaphysicl/numberarray.h"
#include "vexcl/vexcl.hpp"
#include "antioch/vector_utils_decl.h"
#include "antioch/eigen_utils_decl.h"
#include "antioch/metaphysicl_utils_decl.h"
#include "antioch/valarray_utils_decl.h"
#include "antioch/vexcl_utils_decl.h"
#include "antioch/sigma_bin_converter.h"
#include "antioch/antioch_asserts.h"
#include "antioch/physical_constants.h"
#include "antioch/vector_utils.h"
#include "antioch/eigen_utils.h"
#include "antioch/metaphysicl_utils.h"
#include "antioch/valarray_utils.h"
#include "antioch/vexcl_utils.h"
#include <cmath>
#include <limits>
#include <string>
#include <iostream>
#include <iomanip>
#include <fstream>
Go to the source code of this file.
Functions | |
template<typename PairScalars , typename VectorPairScalar > | |
void | make_custom (unsigned int choice, const PairScalars &ex, VectorPairScalar &x, VectorPairScalar &y) |
template<typename VectorScalar > | |
void | make_reference (VectorScalar &x, VectorScalar &y) |
template<typename PairScalars > | |
int | vectester (const PairScalars &example, const std::string &testname) |
int | main () |
int main | ( | ) |
Definition at line 254 of file sigma_bin_converter_vec_unit.C.
References vectester().
void make_custom | ( | unsigned int | choice, |
const PairScalars & | ex, | ||
VectorPairScalar & | x, | ||
VectorPairScalar & | y | ||
) |
Definition at line 90 of file sigma_bin_converter_vec_unit.C.
Referenced by vectester().
void make_reference | ( | VectorScalar & | x, |
VectorScalar & | y | ||
) |
Definition at line 149 of file sigma_bin_converter_vec_unit.C.
Referenced by vectester().
int vectester | ( | const PairScalars & | example, |
const std::string & | testname | ||
) |
Definition at line 172 of file sigma_bin_converter_vec_unit.C.
References Antioch::if_else(), make_custom(), make_reference(), Antioch::SigmaBinConverter< VectorCoeffType >::y_on_custom_grid(), and Antioch::zero_clone().
Referenced by main().