Searched refs:print_matrix (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | IO.h | 22 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt); 100 return internal::print_matrix(s, wf.m_matrix.eval(), wf.m_format); 153 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) 245 return internal::print_matrix(s, m.eval(), EIGEN_DEFAULT_IO_FORMAT);
|
/external/valgrind/drd/tests/ |
D | omp_matinv.c | 71 void print_matrix(const char* const label, in print_matrix() function
|
D | matinv.c | 83 void print_matrix(const char* const label, in print_matrix() function
|