26  template <
typename DerivedV>
 
   28    const Eigen::PlainObjectBase<DerivedV>& A,
 
   29    const Eigen::PlainObjectBase<DerivedV>& B);
 
   33#ifndef IGL_STATIC_LIBRARY 
   34#  include "dot_row.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
DerivedV dot_row(const Eigen::PlainObjectBase< DerivedV > &A, const Eigen::PlainObjectBase< DerivedV > &B)
Compute the dot product between each row of A and B.