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