FflasFfpack
|
#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 : ![]() | |
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 : ![]() | |
#define __FFLASFFPACK_fcopy_INL |