Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching refs:exp

58      *  approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
67 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
76 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
85 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
94 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
103 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
115 * \f$ \exp(2^{-\mbox{squarings}}M) \f$ around \f$ M = 0 \f$. The
187 result = m_M.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
400 * MatrixBase::exp() and most of the time this is the only way it is
446 const MatrixExponentialReturnValue<Derived> MatrixBase<Derived>::exp() const