Searched refs:swap_using_evaluator (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | evaluators.cpp | 81 void swap_using_evaluator(const DstXprType& dst, const SrcXprType& src) in swap_using_evaluator() function 401 swap_using_evaluator(mat1, mat2); in EIGEN_DECLARE_TEST() 406 swap_using_evaluator(mat1.block(0, 0, 3, 3), mat2.block(3, 3, 3, 3)); in EIGEN_DECLARE_TEST() 411 swap_using_evaluator(mat1.row(2), mat2.col(3).transpose()); in EIGEN_DECLARE_TEST() 473 swap_using_evaluator(B.triangularView<Upper>(), A.triangularView<Upper>()); in EIGEN_DECLARE_TEST()
|