HomeSort by relevance Sort by last modified time
    Searched refs:MatrixFunction (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 37 class MatrixFunction
49 MatrixFunction(const MatrixType& A, AtomicType& atomic);
56 * See MatrixBase::matrixFunction() for details on how this computation
65 * \brief Partial specialization of MatrixFunction for real matrices
68 class MatrixFunction<MatrixType, AtomicType, 0>
90 MatrixFunction(const MatrixType& A, AtomicType& atomic) : m_A(A), m_atomic(atomic) { }
98 * uses MatrixFunction<MatrixType,1> and then converts the result back to
106 MatrixFunction<ComplexMatrix, AtomicType> mf(CA, m_atomic);
115 MatrixFunction& operator=(const MatrixFunction&)
    [all...]
MatrixLogarithm.h 461 MatrixFunction<PlainObject, AtomicType> mf(Aevaluated, atomic);

Completed in 23 milliseconds