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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename AType , typename DerivedI >
void igl::find_zero (const Eigen::SparseMatrix< AType > &A, const int dim, Eigen::PlainObjectBase< DerivedI > &I)
 Find the first zero (whether implicit or explicitly stored) in the rows/columns of a matrix.