Home
last modified time | relevance | path

Searched refs:CeedVectorAXPBY (Results 1 – 7 of 7) sorted by relevance

/libCEED/tests/
H A Dt125-vector.c35 CeedVectorAXPBY(y, -0.5, 1.0, x); in main()
/libCEED/python/
H A Dceed_vector.py443 err_code = lib.CeedVectorAXPBY(
/libCEED/rust/libceed/src/
H A Dvector.rs702 self.check_error(unsafe { bind_ceed::CeedVectorAXPBY(self.ptr, alpha, beta, x.ptr) })?; in axpby()
/libCEED/interface/
H A Dceed-vector.c841 int CeedVectorAXPBY(CeedVector y, CeedScalar alpha, CeedScalar beta, CeedVector x) { in CeedVectorAXPBY() function
/libCEED/include/ceed/
H A Dceed.h216 CEED_EXTERN int CeedVectorAXPBY(CeedVector y, CeedScalar alpha, CeedScalar beta, CeedVector x);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl247 function CeedVectorAXPBY(y, alpha, beta, x) function
248 …ccall((:CeedVectorAXPBY, libceed), Cint, (CeedVector, CeedScalar, CeedScalar, CeedVector), y, alph…
/libCEED/
H A Dcoverage.info11787 FNA:33,0,CeedVectorAXPBY