Home | History | Annotate | Download | only in test

Lines Matching refs:exp

105   VERIFY_IS_APPROX(A.exp(), A.matrixFunction(StdStemFunctions<ComplexScalar>::exp));
122 // identity X.exp().log() = X only holds if Im(lambda) < pi for all eigenvalues of X
123 MatrixType expA = scaledA.exp();
133 VERIFY_IS_APPROX_ABS(A.sinh(), (A.exp() - (-A).exp()) / 2);
134 VERIFY_IS_APPROX_ABS(A.cosh(), (A.exp() + (-A).exp()) / 2);
151 ComplexMatrix exp_iA = (imagUnit * Ac).exp();
152 ComplexMatrix exp_miA = (-imagUnit * Ac).exp();