|
EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
|
Functions | |
| arma::sp_mat | resize_patch (const arma::sp_mat &Mat, const unsigned int nR, const unsigned int nC) |
| arma::mat | resize_patch (const arma::mat &Mat, const unsigned int nR, const unsigned int nC) |
| arma::vec | resize_patch (const arma::vec &Mat, const unsigned int nR) |
| void | appendSave (const vec &matrix, const std::string out, const std::string header="", bool erase=false) |
| long int | appendRead (vec &matrix, const std::string in, long int pos, const std::string header="") |
| void | appendSave (const sp_mat &matrix, const std::string out, const std::string header="", bool erase=false) |
| long int | appendRead (sp_mat &matrix, const std::string in, long int pos, const std::string header="") |
| void | appendSave (const std::vector< double > v, const std::string out, const std::string header="", bool erase=false) |
| long int | appendRead (std::vector< double > &v, const std::string in, long int pos, const std::string header="") |
| void | appendSave (const std::string v, const std::string out, bool erase=false) |
| long int | appendRead (std::string &v, const std::string in, long int pos) |
| void | appendSave (const long int v, const std::string out, const std::string header="", bool erase=false) |
| long int | appendRead (long int &v, const std::string in, long int pos, const std::string header="") |
| void | appendSave (const unsigned int v, const std::string out, const std::string header="", bool erase=false) |
| long int | appendRead (unsigned int &v, const std::string in, long int pos, const std::string header="") |
| unsigned long int | vec_to_num (std::vector< short int > binary) |
| std::vector< short int > | num_to_vec (unsigned long int number, const unsigned int &nCompl) |
| long int Utils::appendRead | ( | vec & | matrix, |
| const std::string | in, | ||
| long int | pos, | ||
| const std::string | header = "" |
||
| ) |
| long int Utils::appendRead | ( | sp_mat & | matrix, |
| const std::string | in, | ||
| long int | pos, | ||
| const std::string | header = "" |
||
| ) |
| long int Utils::appendRead | ( | std::vector< double > & | v, |
| const std::string | in, | ||
| long int | pos, | ||
| const std::string | header = "" |
||
| ) |
| long int Utils::appendRead | ( | std::string & | v, |
| const std::string | in, | ||
| long int | pos | ||
| ) |
| long int Utils::appendRead | ( | long int & | v, |
| const std::string | in, | ||
| long int | pos, | ||
| const std::string | header = "" |
||
| ) |
| long int Utils::appendRead | ( | unsigned int & | v, |
| const std::string | in, | ||
| long int | pos, | ||
| const std::string | header = "" |
||
| ) |
| void Utils::appendSave | ( | const vec & | matrix, |
| const std::string | out, | ||
| const std::string | header = "", |
||
| bool | erase = false |
||
| ) |
| void Utils::appendSave | ( | const sp_mat & | matrix, |
| const std::string | out, | ||
| const std::string | header = "", |
||
| bool | erase = false |
||
| ) |
| void Utils::appendSave | ( | const std::vector< double > | v, |
| const std::string | out, | ||
| const std::string | header = "", |
||
| bool | erase = false |
||
| ) |
| void Utils::appendSave | ( | const std::string | v, |
| const std::string | out, | ||
| bool | erase = false |
||
| ) |
| void Utils::appendSave | ( | const long int | v, |
| const std::string | out, | ||
| const std::string | header = "", |
||
| bool | erase = false |
||
| ) |
| void Utils::appendSave | ( | const unsigned int | v, |
| const std::string | out, | ||
| const std::string | header = "", |
||
| bool | erase = false |
||
| ) |
| std::vector< short int > Utils::num_to_vec | ( | unsigned long int | number, |
| const unsigned int & | nCompl | ||
| ) |
| arma::sp_mat Utils::resize_patch | ( | const arma::sp_mat & | Mat, |
| const unsigned int | nR, | ||
| const unsigned int | nC | ||
| ) |
| arma::mat Utils::resize_patch | ( | const arma::mat & | Mat, |
| const unsigned int | nR, | ||
| const unsigned int | nC | ||
| ) |
| arma::vec Utils::resize_patch | ( | const arma::vec & | Mat, |
| const unsigned int | nR | ||
| ) |
1.8.13