#include "writeBF.h" #include #include template < typename DerivedWI, typename DerivedP, typename DerivedO> IGL_INLINE bool igl::writeBF( const std::string & filename, const Eigen::PlainObjectBase & WI, const Eigen::PlainObjectBase & P, const Eigen::PlainObjectBase & O) { using namespace Eigen; using namespace std; const int n = WI.rows(); assert(n == WI.rows() && "WI must have n rows"); assert(n == P.rows() && "P must have n rows"); assert(n == O.rows() && "O must have n rows"); MatrixXd WIPO(n,1+1+3); for(int i = 0;i, Eigen::Matrix, Eigen::Matrix >(std::basic_string, std::allocator > const&, Eigen::PlainObjectBase > const&, Eigen::PlainObjectBase > const&, Eigen::PlainObjectBase > const&); #endif