MatrixFunction.h | 90 MatrixFunction(const MatrixType& A, AtomicType& atomic) : m_A(A), m_atomic(atomic) { } 106 MatrixFunction<ComplexMatrix, AtomicType> mf(CA, m_atomic); 113 AtomicType& m_atomic; /**< \brief Class for computing matrix function of atomic blocks. */ member in class:Eigen::MatrixFunction 162 AtomicType& m_atomic; /**< \brief Class for computing matrix function of atomic blocks. */ member in class:Eigen::MatrixFunction 190 : m_A(A), m_atomic(atomic) 363 * given by #m_blockStart. The matrix function of each diagonal block is computed by #m_atomic. The 372 block(m_fT, i, i) = m_atomic.compute(block(m_T, i, i));
|