Graphite  0.5.0
GPU-accelerated graph optimization framework
Loading...
Searching...
No Matches
block_jacobi_schur.hpp File Reference
#include <cublas_v2.h>
#include <graphite/ops/schur.hpp>
#include <graphite/preconditioner/schur_preconditioner.hpp>
#include <thrust/device_vector.h>
#include <thrust/execution_policy.h>
#include <thrust/fill.h>
#include <thrust/host_vector.h>
#include <unordered_map>
Include dependency graph for block_jacobi_schur.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  graphite::BlockJacobiSchurPreconditioner< T, S >
 Block Jacobi preconditioner for PCG with the Schur complement. More...
 
struct  graphite::BlockJacobiSchurPreconditioner< T, S >::DimGroup
 

Namespaces

namespace  graphite
 The top-level namespace for Graphite.