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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV >
DerivedV igl::dot_row (const Eigen::PlainObjectBase< DerivedV > &A, const Eigen::PlainObjectBase< DerivedV > &B)
 Compute the dot product between each row of A and B.