Searched defs:AtomicType (Results 1 - 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
H A D | MatrixLogarithm.h | 448 typedef MatrixLogarithmAtomic<DynMatrixType> AtomicType; typedef 449 AtomicType atomic; 452 MatrixFunction<PlainObject, AtomicType> mf(Aevaluated, atomic);
|
H A D | 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 520 typedef MatrixFunctionAtomic<DynMatrixType> AtomicType; typedef [all...] |
/external/clang/include/clang/AST/ |
H A D | Type.h | 4988 class AtomicType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType 4991 AtomicType(QualType ValTy, QualType Canonical) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType 5352 return isa<AtomicType>(CanonicalType);
|
Completed in 298 milliseconds