libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename Scalar , typename Index > | |
void | igl::harwell_boeing (const Eigen::SparseMatrix< Scalar > &A, int &num_rows, std::vector< Scalar > &V, std::vector< Index > &R, std::vector< Index > &C) |
Convert the matrix to Compressed sparse column (CSC or CCS) format, also known as Harwell Boeing format. | |