Home | History | Annotate | Download | only in Eigenvalues

Lines Matching full:complex

28   * \brief Performs a complex Schur decomposition of a real or complex square matrix
34 * Given a real or complex square matrix A, this class computes the
36 * complex matrix, and T is a complex upper triangular matrix. The
68 /** \brief Complex scalar type for \p _MatrixType.
70 * This is \c std::complex<Scalar> if #Scalar is real (e.g.,
72 * complex.
74 typedef std::complex<RealScalar> ComplexScalar;
178 * to be \f$25n^3\f$ complex flops, or \f$10n^3\f$ complex flops