QUDA  0.9.0
Namespaces | Functions
transfer_util.cu File Reference
#include <color_spinor_field.h>
#include <color_spinor_field_order.h>
#include <tune_quda.h>
#include <typeinfo>
#include <vector>
#include <assert.h>
Include dependency graph for transfer_util.cu:

Go to the source code of this file.

Namespaces

 quda
 

Functions

void quda::FillV (ColorSpinorField &V, const std::vector< ColorSpinorField *> &B, int Nvec)
 
void quda::BlockOrthogonalize (ColorSpinorField &V, int Nvec, const int *geo_bs, const int *fine_to_coarse, int spin_bs)
 Block orthogonnalize the matrix field, where the blocks are defined by lookup tables that map the fine grid points to the coarse grid points, and similarly for the spin degrees of freedom. More...