Home
last modified time | relevance | path

Searched defs:faxpy (Results 1 – 16 of 16) sorted by relevance

/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/
H A Dfflas_faxpy.inl36 faxpy( const Field& F, const size_t N, function
61 faxpy( const Givaro::DoubleDomain& , const size_t N, function
75 faxpy( const Givaro::FloatDomain& , const size_t N, function
89 faxpy( const Field& F, const size_t m, const size_t n, function
/dports/math/linbox/linbox-1.6.3/linbox/util/
H A Dfield-axpy.h72 FieldAXPY (const FieldAXPY<Field> &faxpy) : in FieldAXPY()
/dports/math/linbox/linbox-1.6.3/linbox/ring/modular/
H A Dmodular-double.h75 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-float.h73 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-balanced-double.h78 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-balanced-float.h76 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-balanced-int32.h71 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-balanced-int64.h75 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-unsigned.h68 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
443 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
834 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
1178 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-byte.h74 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-int64.h76 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-short.h75 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
H A Dmodular-int32.h73 FieldAXPY (const FieldAXPY &faxpy) : in FieldAXPY()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/examples/fourier1d/
H A Dfourier1d.c237 struct OrthPolyExpansion * faxpy = orth_poly_expansion_copy(fourierd); in main() local
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dsupport.c482 void faxpy(Float ra, Float *f_x, Cell nstridex, Float *f_y, Cell nstridey, UCell ucount) in faxpy() function
/dports/math/linbox/linbox-1.6.3/linbox/vector/
H A Dvector-domain.h89 inline const FieldAXPY<Field>& faxpy() const { return *_faxpy; } in faxpy() function