libigl v2.5.0
Loading...
Searching...
No Matches
find_zero.h
Go to the documentation of this file.
1#ifndef IGL_FIND_ZERO_H
2#define IGL_FIND_ZERO_H
3#include "igl_inline.h"
4#include <Eigen/Core>
5#include <Eigen/Sparse>
6namespace igl
7{
16 template <typename AType, typename DerivedI>
18 const Eigen::SparseMatrix<AType> & A,
19 const int dim,
20 Eigen::PlainObjectBase<DerivedI> & I);
21}
22#ifndef IGL_STATIC_LIBRARY
23# include "find_zero.cpp"
24#endif
25#endif
26
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:17
void 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.