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

Go to the source code of this file.

Namespaces

namespace  igl
 

Macros

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
 

Functions

template<typename T >
void igl::print_ijv (const Eigen::SparseMatrix< T > &X, const int offset=0)
 Prints a 3 column matrix representing [I,J,V] = find(X).
 

Macro Definition Documentation

◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET