Lines Matching refs:ComplexMatrix
385 MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> ComplexMatrix; typedef
394 ComplexMatrix m_T, m_U;
397 ComplexMatrix m_fT;
436 const ComplexMatrix& T,
437 const ComplexMatrix& U);
442 const ComplexMatrix& T,
443 const ComplexMatrix& U);
553 Block<ComplexMatrix,Dynamic,Dynamic> blockTp(m_fT, 0, 0, m_rank, m_rank); in computeFracPower()
557 MatrixPowerAtomic<ComplexMatrix>(m_T.topLeftCorner(m_rank, m_rank), p).compute(blockTp); in computeFracPower()
570 const ComplexMatrix& T, in revertSchur()
571 const ComplexMatrix& U) in revertSchur()
578 const ComplexMatrix& T, in revertSchur()
579 const ComplexMatrix& U) in revertSchur()