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

Go to the source code of this file.

Classes

class  graphite::PCGSchurSolver< T, S >
 PCG solver using the Schur complement. More...
 

Namespaces

namespace  graphite
 The top-level namespace for Graphite.