Searched defs:applyOnTheLeft (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DEigenBase.h83 /** \internal Don't use it, but do the equivalent: \code dst.applyOnTheLeft(*this); \endcode */
153 inline void MatrixBase<Derived>::applyOnTheLeft(const EigenBase<OtherDerived> &other) function in class:Eigen::MatrixBase

Completed in 64 milliseconds