Home
last modified time | relevance | path

Searched refs:cosAc (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dmatrix_function.cpp156 ComplexMatrix cosAc = A.cos().template cast<ComplexScalar>(); in testGonioFunctions() local
157 VERIFY_IS_APPROX_ABS(cosAc, (exp_iA + exp_miA) / 2); in testGonioFunctions()