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 395 swap_using_evaluator(mat1, mat2); in test_evaluators() 400 swap_using_evaluator(mat1.block(0, 0, 3, 3), mat2.block(3, 3, 3, 3)); in test_evaluators() 405 swap_using_evaluator(mat1.row(2), mat2.col(3).transpose()); in test_evaluators() 467 swap_using_evaluator(B.triangularView<Upper>(), A.triangularView<Upper>()); in test_evaluators()
|