Searched defs:base_type (Results 1 – 9 of 9) sorted by relevance
| /petsc/include/petsc/private/cpp/ |
| H A D | utility.hpp | 124 using base_type = std::pair<T, U>; typedef in Petsc::util::detail::compressed_pair_impl 141 using base_type = T; typedef in Petsc::util::detail::compressed_pair_impl 167 using base_type = U; typedef in Petsc::util::detail::compressed_pair_impl 231 …using base_type = detail::compressed_pair_impl<T, U, detail::compressed_pair_selector<std::is_empt… typedef in Petsc::util::compressed_pair
|
| H A D | object_pool.hpp | 56 using base_type = RegisterFinalizeable<PoolAllocator>; typedef in Petsc::memory::PoolAllocator 334 using base_type = RegisterFinalizeable<ObjectPool<T, Constructor>>; typedef in Petsc::ObjectPool
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmallocator.hpp | 34 using base_type = memory::impl::SegmentedMemoryPoolAllocatorBase<PetscType>; typedef in Petsc::device::cupm::HostAllocator 85 using base_type = memory::impl::SegmentedMemoryPoolAllocatorBase<PetscType>; typedef in Petsc::device::cupm::DeviceAllocator
|
| /petsc/src/snes/tests/ |
| H A D | ex18f90.F90 | 11 type, public :: base_type type
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 368 using base_type = SolveCommon<SolveLU>; typedef 453 using base_type = SolveCommon<SolveCholesky>; typedef 552 using base_type = SolveCommon<SolveQR>; typedef 1423 using base_type = MatrixIteratorBase<Iterator, SubMatIndexFunctor<iter_difference_t<Iterator>>>; typedef
|
| /petsc/include/petsc/private/ |
| H A D | matdensecupmimpl.h | 194 using base_type = device::cupm::impl::RestoreableArray<T, MT, MA>; variable
|
| H A D | veccupmimpl.h | 259 using base_type = device::cupm::impl::RestoreableArray<T, MT, MA>; variable
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1713 using base_type = ErrorWNormTransformBase<wnormtype>; typedef 1740 using base_type = ErrorWNormTransformBase<wnormtype>; typedef
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 1265 MatLMVMBasisType base_type; in MatLMVMBasisGEMV() local
|