Home
last modified time | relevance | path

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

/external/eigen/test/
Dadjoint.cpp16 template<> struct adjoint_specific<true> { struct
27 template<> struct adjoint_specific<false> { argument
29 static void run(const Vec& v1, const Vec& v2, Vec& v3, const Mat& square, Scalar s1, Scalar s2) { in run()