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>
6
namespace
igl
7
{
16
template
<
typename
AType,
typename
DerivedI>
17
IGL_INLINE
void
find_zero
(
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
igl_inline.h
IGL_INLINE
#define IGL_INLINE
Definition
igl_inline.h:15
igl
Definition
AABB.h:17
igl::find_zero
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.
include
igl
find_zero.h
Generated by
1.9.8