Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching full:eacute

50     /** \brief Compute the (3,3)-Padé approximant to the exponential.
52 * After exit, \f$ (V+U)(V-U)^{-1} \f$ is the Padé
59 /** \brief Compute the (5,5)-Padé approximant to the exponential.
61 * After exit, \f$ (V+U)(V-U)^{-1} \f$ is the Padé
68 /** \brief Compute the (7,7)-Padé approximant to the exponential.
70 * After exit, \f$ (V+U)(V-U)^{-1} \f$ is the Padé
77 /** \brief Compute the (9,9)-Padé approximant to the exponential.
79 * After exit, \f$ (V+U)(V-U)^{-1} \f$ is the Padé
86 /** \brief Compute the (13,13)-Padé approximant to the exponential.
88 * After exit, \f$ (V+U)(V-U)^{-1} \f$ is the Padé
95 /** \brief Compute the (17,17)-Padé approximant to the exponential.
97 * After exit, \f$ (V+U)(V-U)^{-1} \f$ is the Padé
106 /** \brief Compute Padé approximant to the exponential.
109 * \f$ (V+U)(V-U)^{-1} \f$ is a Padé of
111 * degree of the Padé approximant and the value of
121 /** \brief Compute Padé approximant to the exponential.
127 /** \brief Compute Padé approximant to the exponential.
140 /** \brief Odd-degree terms in numerator of Padé approximant. */
143 /** \brief Even-degree terms in numerator of Padé approximant. */