Searched refs:expfn (Results 1 – 3 of 3) sorted by relevance
21 T expfn(T x, int) in expfn() function38 C = (angle*A).matrixFunction(expfn); in test2dRotation()63 C = A.matrixFunction(expfn); in test2dHyperbolicRotation()87 C = A.matrixFunction(expfn); in testPascal()112 m2 = m1.matrixFunction(expfn) * (-m1).matrixFunction(expfn); in randomTest()
6 std::complex<double> expfn(std::complex<double> x, int) in expfn() function22 << A.matrixFunction(expfn) << "\n\n"; in main()
383 Note that the function \c expfn is defined for complex numbers 385 \c expfn, we could also have used StdStemFunctions::exp: