HiRep 0.1
Loading...
Searching...
No Matches
inverters.h
1/***************************************************************************\
2* Copyright (c) 2022, Claudio Pica *
3* All rights reserved. *
4\***************************************************************************/
5
6#ifndef INVERTERS_H
7#define INVERTERS_H
8
9#include "Inverters/precise_sums.h"
10#ifdef __cplusplus
11#include "Inverters/linear_algebra_generic_gpu.hpp"
12#include "Inverters/precise_sums_gpu.hpp"
13#else
15#endif
16
18#include "Inverters/linear_solvers.h"
22
23#endif
Functions for global reduction operations across nodes.
Linear algebra operations on spinors both for CPU and with GPU.
Linear algebra operations on spinors both for CPU and with GPU.
Linear algebra operations for scalar fields.
Tests for complex numbers.