loop_on_m< M, N, K > Struct Template Reference

Static Public Member Functions

static void run ()
 

Member Function Documentation

◆ run()

template<int M, int N, int K>
static void loop_on_m< M, N, K >::run ( )
inlinestatic
115  {
116  std::cout << M << "f\t";
118  std::cout << "\n";
119 
120  std::cout << M << "f\t";
122  std::cout << "\n";
123 
125  }
The matrix class, also used for vectors and row-vectors.
Definition: Eigen/Eigen/src/Core/Matrix.h:186
static void run()
Definition: product_threshold.cpp:115
static void run()
Definition: product_threshold.cpp:135

References loop_on_n< M, N, K, Scalar, Mode >::run().

Referenced by loop_on_k< M, N, K >::run().


The documentation for this struct was generated from the following file: