.. index:: pair: namespace; xckernel .. _doxid-namespacexckernel: namespace xckernel ================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block namespace xckernel { // global functions template void :target:`stage_a`(int64_t npts, int64_t nm, const double* cf, const int32_t* off, const uint16_t* fid, int64_t nfld, const T*const* fields, const Txc*const* xc, T* c); void :target:`stage_a< double, double >`(int64_t npts, int64_t nm, const double* cf, const int32_t* off, const uint16_t* fid, int64_t nfld, const double*const* fields, const double*const* xc, double* c); template void :target:`stage_b`(int64_t npts, int64_t nbf, const T* U, const T* c, const T* V, T* out); void :target:`stage_b< double >`(int64_t npts, int64_t nbf, const double* U, const double* c, const double* V, double* out); } // namespace xckernel