FflasFfpack
Namespaces | Macros | Functions
fflas_fcopy.inl File Reference
#include <string.h>

Namespaces

namespace  FFLAS
 FFLAS: Finite Field Linear Algebra Subroutines.
 

Macros

#define __FFLASFFPACK_fcopy_INL
 

Functions

template<class Field >
void fcopy (const Field &F, const size_t N, typename Field::Element *X, const size_t incX, const typename Field::Element *Y, const size_t incY)
 fcopy : $x \gets y $. More...
 
template<class Field >
void fcopy (const Field &F, const size_t m, const size_t n, typename Field::Element *A, const size_t lda, const typename Field::Element *B, const size_t ldb)
 fcopy : $A \gets B $. More...
 

Macro Definition Documentation

#define __FFLASFFPACK_fcopy_INL