Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmatrix_exponential.cpp21 T expfn(T x, int) in expfn() function
38 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()
/external/eigen/unsupported/doc/examples/
DMatrixFunction.cpp6 std::complex<double> expfn(std::complex<double> x, int) in expfn() function
22 << A.matrixFunction(expfn) << "\n\n"; in main()
/external/eigen/unsupported/Eigen/
DMatrixFunctions383 Note that the function \c expfn is defined for complex numbers
385 \c expfn, we could also have used StdStemFunctions::exp: