Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching defs:ComplexMatrix

387               MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> ComplexMatrix;
396 ComplexMatrix m_T, m_U;
399 ComplexMatrix m_fT;
438 const ComplexMatrix& T,
439 const ComplexMatrix& U);
444 const ComplexMatrix& T,
445 const ComplexMatrix& U);
555 Block<ComplexMatrix,Dynamic,Dynamic> blockTp(m_fT, 0, 0, m_rank, m_rank);
559 MatrixPowerAtomic<ComplexMatrix>(m_T.topLeftCorner(m_rank, m_rank), p).compute(blockTp);
572 const ComplexMatrix& T,
573 const ComplexMatrix& U)
580 const ComplexMatrix& T,
581 const ComplexMatrix& U)