|
libigl v2.5.0
|
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. | |