Searched defs:ComplexSchur (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h26 * \class ComplexSchur
42 * ComplexSchur(const MatrixType&, bool) constructor which computes
51 template<typename _MatrixType> class ComplexSchur class in namespace:Eigen
94 explicit ComplexSchur(Index size = RowsAtCompileTime==Dynamic ? 1 : RowsAtCompileTime) function in class:Eigen::ComplexSchur
113 explicit ComplexSchur(const EigenBase<InputType>& matrix, bool computeU = true) function in class:Eigen::ComplexSchur
129 * ComplexSchur(const MatrixType& matrix, bool computeU) or the
140 eigen_assert(m_isInitialized && "ComplexSchur is not initialized.");
141 eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the ComplexSchur decomposition.");
150 * ComplexSchur(const MatrixType& matrix, bool computeU) or the
164 eigen_assert(m_isInitialized && "ComplexSchur i
[all...]

Completed in 79 milliseconds