SG++-Doxygen-Documentation
|
#include <WeightFunctionsCollection.hpp>
Public Member Functions | |
void | clear () |
sgpp::combigrid::SingleFunction | get (size_t i) |
std::vector< sgpp::combigrid::SingleFunction > & | getWeightFunctions () |
sgpp::combigrid::SingleFunction & | operator[] (size_t i) |
void | push_back (sgpp::combigrid::SingleFunction weightFunction) |
size_t | size () |
WeightFunctionsCollection () | |
WeightFunctionsCollection (size_t n) | |
WeightFunctionsCollection (size_t n, sgpp::combigrid::SingleFunction weightFunction) | |
WeightFunctionsCollection (const WeightFunctionsCollection &other) | |
virtual | ~WeightFunctionsCollection () |
sgpp::combigrid::WeightFunctionsCollection::WeightFunctionsCollection | ( | ) |
|
explicit |
sgpp::combigrid::WeightFunctionsCollection::WeightFunctionsCollection | ( | size_t | n, |
sgpp::combigrid::SingleFunction | weightFunction | ||
) |
sgpp::combigrid::WeightFunctionsCollection::WeightFunctionsCollection | ( | const WeightFunctionsCollection & | other | ) |
|
virtual |
void sgpp::combigrid::WeightFunctionsCollection::clear | ( | ) |
sgpp::combigrid::SingleFunction sgpp::combigrid::WeightFunctionsCollection::get | ( | size_t | i | ) |
References python.statsfileInfo::i.
std::vector< sgpp::combigrid::SingleFunction > & sgpp::combigrid::WeightFunctionsCollection::getWeightFunctions | ( | ) |
sgpp::combigrid::SingleFunction & sgpp::combigrid::WeightFunctionsCollection::operator[] | ( | size_t | i | ) |
References python.statsfileInfo::i.
void sgpp::combigrid::WeightFunctionsCollection::push_back | ( | sgpp::combigrid::SingleFunction | weightFunction | ) |
size_t sgpp::combigrid::WeightFunctionsCollection::size | ( | ) |