HomeSort by relevance Sort by last modified time
    Searched full:resizelike (Results 1 - 4 of 4) 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/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 79 res.resizeLike(m_A);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 315 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other)
577 resizeLike(other);
    [all...]
  /external/eigen/doc/
QuickReference.dox 152 vector.resizeLike(other_vector);
158 matrix.resizeLike(other_matrix);

Completed in 215 milliseconds