#include <Statistics.h>
|
| void | GenerateMatrixFile () |
| |
| void | GenerateSpFile () |
| |
| void | GenerateStdVecFile () |
| |
| void | GenerateVectorFile () |
| |
| | Statistics () |
| |
| | Statistics (std::string _name, Eigen::VectorXd _VX, int _iteration, char *ptr_path=PATH) |
| |
| | Statistics (std::string _name, Eigen::VectorXd _VX, char *ptr_path=PATH) |
| |
| | Statistics (std::string _name, Eigen::SparseMatrix< double > SpMat, char *ptr_path=PATH) |
| |
| | Statistics (std::string _name, Eigen::MatrixXd Mat, char *ptr_path=PATH) |
| |
| | Statistics (std::string _name, std::vector< double > _stdvec, char *ptr_path=PATH) |
| |
| void | StreamDenMatrixOutput () |
| |
| void | StreamSpMatrixOutput () |
| |
| void | StreamVectorOutPut () |
| |
| bool | UniqueFileName () |
| |
| | ~Statistics () |
| |
Definition at line 56 of file Statistics.h.
| Statistics::Statistics |
( |
| ) |
|
|
inline |
| Statistics::Statistics |
( |
std::string |
_name, |
|
|
Eigen::VectorXd |
_VX, |
|
|
int |
_iteration, |
|
|
char * |
ptr_path = PATH |
|
) |
| |
|
inline |
| Statistics::Statistics |
( |
std::string |
_name, |
|
|
Eigen::VectorXd |
_VX, |
|
|
char * |
ptr_path = PATH |
|
) |
| |
|
inline |
| Statistics::Statistics |
( |
std::string |
_name, |
|
|
Eigen::SparseMatrix< double > |
SpMat, |
|
|
char * |
ptr_path = PATH |
|
) |
| |
|
inline |
| Statistics::Statistics |
( |
std::string |
_name, |
|
|
Eigen::MatrixXd |
Mat, |
|
|
char * |
ptr_path = PATH |
|
) |
| |
|
inline |
| Statistics::Statistics |
( |
std::string |
_name, |
|
|
std::vector< double > |
_stdvec, |
|
|
char * |
ptr_path = PATH |
|
) |
| |
|
inline |
| Statistics::~Statistics |
( |
| ) |
|
|
inline |
| void Statistics::GenerateMatrixFile |
( |
| ) |
|
| void Statistics::GenerateSpFile |
( |
| ) |
|
| void Statistics::GenerateStdVecFile |
( |
| ) |
|
| void Statistics::GenerateVectorFile |
( |
| ) |
|
| void Statistics::StreamDenMatrixOutput |
( |
| ) |
|
| void Statistics::StreamSpMatrixOutput |
( |
| ) |
|
| void Statistics::StreamVectorOutPut |
( |
| ) |
|
| bool Statistics::UniqueFileName |
( |
| ) |
|
| Eigen::MatrixXd Statistics::denMat_ |
| int Statistics::iteration_ |
| Eigen::SparseMatrix<double> Statistics::SpMat_ |
| std::vector<double> Statistics::stdVec_ |
| Eigen::VectorXd Statistics::Vx_ |
The documentation for this class was generated from the following files: