Functions | |
| bool | readMatrix (std::string fname, Eigen::MatrixXd *matrix) |
| void | tic () |
| void | toc () |
| bool | writeMatrix (std::string fname, Eigen::MatrixXd *matrix) |
Variables | |
| struct timeval | starttic |
| bool utils::readMatrix | ( | std::string | fname, |
| Eigen::MatrixXd * | matrix | ||
| ) |
| void utils::tic | ( | ) |
| void utils::toc | ( | ) |
| bool utils::writeMatrix | ( | std::string | fname, |
| Eigen::MatrixXd * | matrix | ||
| ) |
| struct timeval utils::starttic |