Go to the source code of this file.
Namespaces | |
| Moose | |
| MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found. | |
| Moose::Kokkos | |
| Moose::Kokkos::Utils | |
Functions | |
| template<typename T > | |
| KOKKOS_INLINE_FUNCTION const T * | Moose::Kokkos::Utils::find (const T &target, const T *const begin, const T *const end) |
| Find a value in an array. More... | |
| KOKKOS_INLINE_FUNCTION void | Moose::Kokkos::Utils::choleskySolve (Real *const A, Real *const x, Real *const b, const unsigned int n) |
| Perform an in-place linear solve using Cholesky decomposition Matrix and right-hand-side vector are modified after this call. More... | |
1.8.14