Home
last modified time | relevance | path

Searched refs:reciprocal (Results 1 – 5 of 5) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DCeedVector.jl112 reciprocal!(v::CeedVector)
114 Set `v` to be equal to its elementwise reciprocal.
116 reciprocal!(v::CeedVector) = C.CeedVectorReciprocal(v[])
H A DLibCEED.jl128 reciprocal!,
/libCEED/python/
H A Dceed_vector.py409 def reciprocal(self): member in Vector
/libCEED/python/tests/
H A Dtest-1-vector.py224 x.reciprocal()
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl86 reciprocal!(v)