|
QUDA
1.0.0
|
#include <color_spinor.h>

Go to the source code of this file.
Classes | |
| class | quda::linalg::Cholesky< Mat, T, N, fast > |
| Compute Cholesky decomposition of A. By default, we use a modified Cholesky which avoids the division and sqrt, and instead only needs rsqrt. In which case we must use a modified forward and backward difference substitution. More... | |
Namespaces | |
| quda | |
| quda::linalg | |
This file contains implementations of basic dense linear algebra methods that can be called by either a CPU thread or a GPU thread. At present, only a Cholesky decomposition, together with backward and forward substitution is implemented.
Definition in file linalg.cuh.
1.8.13