HomeSort by relevance Sort by last modified time
    Searched refs:print_matrix (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
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) function in namespace:Eigen::internal
245 return internal::print_matrix(s, m.eval(), EIGEN_DEFAULT_IO_FORMAT);
  /external/valgrind/drd/tests/
matinv.c 83 void print_matrix(const char* const label, function
omp_matinv.c 71 void print_matrix(const char* const label, function

Completed in 57 milliseconds