QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces
linalg.cuh File Reference
#include <color_spinor.h>
Include dependency graph for linalg.cuh:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

DESCRIPTION

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.