Lines Matching refs:MatrixBase

34   * This module defines the following MatrixBase methods.
35 * - \ref matrixbase_cos "MatrixBase::cos()", for computing the matrix cosine
36 * - \ref matrixbase_cosh "MatrixBase::cosh()", for computing the matrix hyperbolic cosine
37 * - \ref matrixbase_exp "MatrixBase::exp()", for computing the matrix exponential
38 * - \ref matrixbase_log "MatrixBase::log()", for computing the matrix logarithm
39 * - \ref matrixbase_pow "MatrixBase::pow()", for computing the matrix power
40 …* - \ref matrixbase_matrixfunction "MatrixBase::matrixFunction()", for computing general matrix f…
41 * - \ref matrixbase_sin "MatrixBase::sin()", for computing the matrix sine
42 * - \ref matrixbase_sinh "MatrixBase::sinh()", for computing the matrix hyperbolic sine
43 * - \ref matrixbase_sqrt "MatrixBase::sqrt()", for computing the matrix square root
69 \section matrixbaseextra MatrixBase methods defined in the MatrixFunctions module
71 The remainder of the page documents the following MatrixBase methods
76 \subsection matrixbase_cos MatrixBase::cos()
81 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cos() const
93 \subsection matrixbase_cosh MatrixBase::cosh()
98 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const
110 \subsection matrixbase_exp MatrixBase::exp()
115 const MatrixExponentialReturnValue<Derived> MatrixBase<Derived>::exp() const
165 \subsection matrixbase_log MatrixBase::log()
170 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const
188 algorithm as implemented by MatrixBase::matrixFunction(). The
192 square roots computed by MatrixBase::sqrt().
220 \sa MatrixBase::exp(), MatrixBase::matrixFunction(),
221 class MatrixLogarithmAtomic, MatrixBase::sqrt().
224 \subsection matrixbase_pow MatrixBase::pow()
229 const MatrixPowerReturnValue<Derived> MatrixBase<Derived>::pow(RealScalar p) const
270 MatrixBase::pow() is user-friendly. However, there are some
283 \sa MatrixBase::exp(), MatrixBase::log(), class MatrixPower.
286 \subsection matrixbase_matrixfunction MatrixBase::matrixFunction()
291 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::matrixFunction(typename internal::ste…
342 \subsection matrixbase_sin MatrixBase::sin()
347 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sin() const
360 \subsection matrixbase_sinh MatrixBase::sinh()
365 MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sinh() const
377 \subsection matrixbase_sqrt MatrixBase::sqrt()
382 const MatrixSquareRootReturnValue<Derived> MatrixBase<Derived>::sqrt() const