HomeSort by relevance Sort by last modified time
    Searched defs:AtomicType (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 448 typedef MatrixLogarithmAtomic<DynMatrixType> AtomicType;
449 AtomicType atomic;
452 MatrixFunction<PlainObject, AtomicType> mf(Aevaluated, atomic);
MatrixFunction.h 23 * \tparam AtomicType type for computing matrix function of atomic blocks.
29 * \p AtomicType and uses these results to compute the matrix function of the whole matrix. The class
30 * \p AtomicType should have a \p compute() member function for computing the matrix function of a block.
35 typename AtomicType,
49 MatrixFunction(const MatrixType& A, AtomicType& atomic);
67 template <typename MatrixType, typename AtomicType>
68 class MatrixFunction<MatrixType, AtomicType, 0>
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. *
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 118 milliseconds