HomeSort by relevance Sort by last modified time
    Searched refs:resizeLike (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
resize.cpp 18 B.resizeLike(A);
19 C.resizeLike(B); // Shouldn't crash.
24 y.resizeLike(x);
28 x.resizeLike(y);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 315 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other)
577 resizeLike(other);
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 79 res.resizeLike(m_A);

Completed in 251 milliseconds