Searched defs:schur (Results 1 – 5 of 5) sorted by relevance
2 ComplexSchur<MatrixXcf> schur(4); variable
2 RealSchur<MatrixXf> schur(4); variable
14 template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTime) in schur() function
38 template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTime) in schur() function
108 …me internal::conditional< IsComplex, ComplexSchur<MatrixType>, RealSchur<MatrixType> >::type schur; in testSingular() local