#include <color_spinor_field.h>
#include <color_spinor_field_order.h>
#include <tune_quda.h>
#include <typeinfo>
#include <vector>
#include <assert.h>
Go to the source code of this file.
|
| 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...
|
| |