#include <Eigen/Core>
#include <Eigen/Sparse>
Go to the source code of this file.
Namespaces | |
corbo | |
Functions | |
void | corbo::convert_triplet (const Eigen::Ref< const Eigen::VectorXi > &i_row, const Eigen::Ref< const Eigen::VectorXi > &j_col, const Eigen::Ref< const Eigen::VectorXd > &values, std::vector< Eigen::Triplet< double >> &triplets) |