xerus
a general purpose tensor library
|
Header file for the ADF algorithm and its variants. More...
#include "../index.h"
#include "../ttNetwork.h"
#include "../performanceData.h"
#include "../measurments.h"
Go to the source code of this file.
Classes | |
class | xerus::UQMeasurementSet |
Namespaces | |
xerus | |
The main namespace of xerus. | |
Functions | |
void | xerus::uq_adf (TTTensor &_x, const std::vector< std::vector< double >> &_randomVariables, const std::vector< Tensor > &_solutions) |
TTTensor | xerus::uq_adf (const UQMeasurementSet &_measurments, const TTTensor &_guess) |
Tensor | xerus::uq_avg (const TTTensor &_x, const size_t _N, const size_t _numSpecial) |
std::pair< std::vector< std::vector< double > >, std::vector< Tensor > > | xerus::uq_mc (const TTTensor &_x, const size_t _N, const size_t _numSpecial) |
Header file for the ADF algorithm and its variants.
Definition in file uqAdf.h.