#include <mat_acc_extrapolate.h>
Public Member Functions | |
MatAccInvestigator (mat::SizesAndBlocks const &matrix_size_block_info_) | |
void | Scan (const Tworker &worker, Treal firstParam, Treal stepFactor, int nSteps) |
void | GetScanResult (Treal *threshList_, Treal *errorList_frob_, Treal *errorList_eucl_, Treal *errorList_maxe_, Treal *timeList_) |
Private Attributes | |
mat::SizesAndBlocks | matrix_size_block_info |
int | nScanSteps |
Treal | baseThresh |
std::vector< Treal > | threshList |
std::vector< Treal > | errorList_frob |
std::vector< Treal > | errorList_eucl |
std::vector< Treal > | errorList_maxe |
std::vector< Treal > | timeList |
MatAccInvestigator< Treal, Tworker >::MatAccInvestigator | ( | mat::SizesAndBlocks const & | matrix_size_block_info_ | ) | [explicit] |
void MatAccInvestigator< Treal, Tworker >::GetScanResult | ( | Treal * | threshList_, | |
Treal * | errorList_frob_, | |||
Treal * | errorList_eucl_, | |||
Treal * | errorList_maxe_, | |||
Treal * | timeList_ | |||
) |
void MatAccInvestigator< Treal, Tworker >::Scan | ( | const Tworker & | worker, | |
Treal | firstParam, | |||
Treal | stepFactor, | |||
int | nSteps | |||
) |
Treal MatAccInvestigator< Treal, Tworker >::baseThresh [private] |
std::vector<Treal> MatAccInvestigator< Treal, Tworker >::errorList_eucl [private] |
std::vector<Treal> MatAccInvestigator< Treal, Tworker >::errorList_frob [private] |
std::vector<Treal> MatAccInvestigator< Treal, Tworker >::errorList_maxe [private] |
mat::SizesAndBlocks MatAccInvestigator< Treal, Tworker >::matrix_size_block_info [private] |
int MatAccInvestigator< Treal, Tworker >::nScanSteps [private] |
std::vector<Treal> MatAccInvestigator< Treal, Tworker >::threshList [private] |
std::vector<Treal> MatAccInvestigator< Treal, Tworker >::timeList [private] |