Home
last modified time | relevance | path

Searched refs:axpby (Results 1 – 3 of 3) sorted by relevance

/libCEED/python/
H A Dceed_vector.py439 def axpby(self, alpha, beta, x): member in Vector
/libCEED/rust/libceed/src/
H A Dvector.rs696 pub fn axpby( in axpby() method
/libCEED/python/tests/
H A Dtest-1-vector.py342 y.axpby(-0.5, 1.0, x)