libigl v2.5.0
Loading...
Searching...
No Matches
harwell_boeing.h File Reference
#include "igl_inline.h"
#include <Eigen/Sparse>
#include <vector>
#include "harwell_boeing.cpp"

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.