Searched refs:ComplexMatrixType (Results 1 – 3 of 3) sorted by relevance
17 typedef typename ComplexSchur<MatrixType>::ComplexMatrixType ComplexMatrixType; in schur() typedef24 ComplexMatrixType U = schurOfA.matrixU(); in schur()25 ComplexMatrixType T = schurOfA.matrixT(); in schur()
81 …ileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime> ComplexMatrixType; typedef135 const ComplexMatrixType& matrixU() const in matrixU()159 const ComplexMatrixType& matrixT() const in matrixT()203 ComplexMatrixType m_matT, m_matU;279 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);312 typedef typename ComplexSchur<MatrixType>::ComplexMatrixType ComplexMatrixType;
58 if(computeU) m_matU = ComplexMatrixType::Identity(1,1); \