Searched refs:Atype (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petsccxxcomplexfix.h | 51 template <typename Cmplex, typename Atype> // operation on a complex and an arithmetic type 53 …s_same<Cmplex, PetscComplex>::value && std::is_arithmetic<Atype>::value && !std::is_same<Atype, Pe… 55 || std::is_same<Atype, __fp16>::value 58 || std::is_same<Atype, __float128>::value 63 template <typename Cmplex, typename Atype> 64 … std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator+(const At… 69 template <typename Cmplex, typename Atype> 70 …ble_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator+(const Cmplex &lhs… 75 template <typename Cmplex, typename Atype> 76 … std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator-(const At… [all …]
|
| /petsc/src/mat/tests/ |
| H A D | ex237.c | 205 MatType Atype, Ctype; in main() local 224 PetscCall(MatGetType(A, &Atype)); in main() 253 …s %" PetscInt_FMT "x%" PetscInt_FMT "\n", MatProductTypes[MATPRODUCT_AB], Atype, AM, AN, Ctype, CM… in main() 291 …_FMT "x%" PetscInt_FMT " and B %s %" PetscInt_FMT "x%" PetscInt_FMT "\n", Atype, AM, AN, Ctype, CM… in main() 308 …MM_WORLD, "Benchmarking MatMult: with A %s %" PetscInt_FMT "x%" PetscInt_FMT "\n", Atype, AM, AN)); in main() 320 …, "Benchmarking mkl_sparse_d_mv: with A %s %" PetscInt_FMT "x%" PetscInt_FMT "\n", Atype, AM, AN)); in main() 335 …ETSC_COMM_WORLD, "Error with A %s%s, C %s, D %s, Nk %" PetscInt_FMT "\n", Atype, mkl ? "mkl" : "",… in main() 352 … %" PetscInt_FMT "x%" PetscInt_FMT "\n", MatProductTypes[MATPRODUCT_ABt], Atype, AM, AN, Ctype, CM… in main() 364 …_FMT "x%" PetscInt_FMT " and B %s %" PetscInt_FMT "x%" PetscInt_FMT "\n", Atype, AM, AN, Ctype, CM… in main() 380 …ETSC_COMM_WORLD, "Error with A %s%s, C %s, D %s, Nk %" PetscInt_FMT "\n", Atype, mkl ? "mkl" : "",… in main() [all …]
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 613 MatType Atype; in DMCreateMatrix_DA() local 662 PetscCall(MatGetType(A, &Atype)); in DMCreateMatrix_DA() 723 …s in %" PetscInt_FMT " dimension! Send mail to petsc-maint@mcs.anl.gov for code", dim, Atype, dim); in DMCreateMatrix_DA() 729 …s in %" PetscInt_FMT " dimension! Send mail to petsc-maint@mcs.anl.gov for code", dim, Atype, dim); in DMCreateMatrix_DA() 735 …s in %" PetscInt_FMT " dimension! Send mail to petsc-maint@mcs.anl.gov for code", dim, Atype, dim); in DMCreateMatrix_DA()
|