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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename AType , typename DerivedB >
void igl::any (const Eigen::SparseMatrix< AType > &A, const int dim, Eigen::PlainObjectBase< DerivedB > &B)
 Check whether any values are logically true along a dimension.