Home
last modified time | relevance | path

Searched refs:m_atomic (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h90 MatrixFunction(const MatrixType& A, AtomicType& atomic) : m_A(A), m_atomic(atomic) { } in MatrixFunction()
106 MatrixFunction<ComplexMatrix, AtomicType> mf(CA, m_atomic); in compute()
113 AtomicType& m_atomic; /**< \brief Class for computing matrix function of atomic blocks. */ variable
162 AtomicType& m_atomic; /**< \brief Class for computing matrix function of atomic blocks. */ variable
190 : m_A(A), m_atomic(atomic) in MatrixFunction()
372 block(m_fT, i, i) = m_atomic.compute(block(m_T, i, i)); in computeBlockAtomic()