Searched refs:resizeLike (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/
H A Dresize.cpp18 B.resizeLike(A);
19 C.resizeLike(B); // Shouldn't crash.
24 y.resizeLike(x);
28 x.resizeLike(y);
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h315 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other) function in class:Eigen::PlainObjectBase
577 resizeLike(other);
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h79 res.resizeLike(m_A);

Completed in 485 milliseconds