Go to the source code of this file.
|
| namespace | 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.
|
| |
| namespace | Moose::Kokkos |
| |
| namespace | Moose::Kokkos::Utils |
| |
|
| template<typename T > |
| KOKKOS_INLINE_FUNCTION T | Moose::Kokkos::Utils::sign (T x) |
| | Returns the sign of a value.
|
| |
| 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.
|
| |
| 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.
|
| |