Searched refs:CeedVectorAXPY (Results 1 – 9 of 9) sorted by relevance
| /libCEED/tests/ |
| H A D | t121-vector.c | 35 CeedVectorAXPY(y, -0.5, x); in main()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | CeedVector.jl | 332 `x`, `y`. This is different than the order of arguments of the C function `CeedVectorAXPY`. 335 C.CeedVectorAXPY(y[], a, x[])
|
| /libCEED/python/ |
| H A D | ceed_vector.py | 433 err_code = lib.CeedVectorAXPY(self._pointer[0], alpha, x._pointer[0])
|
| /libCEED/rust/libceed/src/ |
| H A D | vector.rs | 669 self.check_error(unsafe { bind_ceed::CeedVectorAXPY(self.ptr, alpha, x.ptr) })?; in axpy()
|
| /libCEED/interface/ |
| H A D | ceed-vector.c | 770 int CeedVectorAXPY(CeedVector y, CeedScalar alpha, CeedVector x) { in CeedVectorAXPY() function
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 215 CEED_EXTERN int CeedVectorAXPY(CeedVector y, CeedScalar alpha, CeedVector x);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 243 function CeedVectorAXPY(y, alpha, x) function 244 ccall((:CeedVectorAXPY, libceed), Cint, (CeedVector, CeedScalar, CeedVector), y, alpha, x)
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 209 - Add {c:func}`CeedVectorAXPY` and {c:func}`CeedVectorPointwiseMult` as a convenience for stand-alo…
|
| /libCEED/ |
| H A D | coverage.info | 11785 FNA:32,0,CeedVectorAXPY
|