Home
last modified time | relevance | path

Searched defs:print_n (Results 1 – 1 of 1) sorted by relevance

/external/eigen/bench/
Dproduct_threshold.cpp127 template<int N> struct print_n struct
132 print_n<N+1>::run(); in run() argument
136 template<> struct print_n<END> { static void run(){} }; in run() argument