Searched refs:MatrixFunction (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h37 class MatrixFunction class in namespace:Eigen
49 MatrixFunction(const MatrixType& A, AtomicType& atomic);
65 * \brief Partial specialization of MatrixFunction for real matrices
68 class MatrixFunction<MatrixType, AtomicType, 0> class in namespace:Eigen
90 MatrixFunction(const MatrixType& A, AtomicType& atomic) : m_A(A), m_atomic(atomic) { } function in class:Eigen::MatrixFunction
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&);
120 * \brief Partial specialization of MatrixFunction fo
123 class MatrixFunction<MatrixType, AtomicType, 1> class in namespace:Eigen
189 MatrixFunction<MatrixType,AtomicType,1>::MatrixFunction(const MatrixType& A, AtomicType& atomic) function in class:Eigen::MatrixFunction
[all...]
H A DMatrixLogarithm.h452 MatrixFunction<PlainObject, AtomicType> mf(Aevaluated, atomic);

Completed in 468 milliseconds