Searched refs:axpy (Results 1 – 7 of 7) sorted by relevance
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | CeedVector.md | 19 LinearAlgebra.axpy!(a::Real, x::CeedVector, y::CeedVector)
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | CeedVector.jl | 1 import LinearAlgebra: norm, axpy! 326 axpy!(a::Real, x::CeedVector, y::CeedVector) 331 In order to be consistent with `LinearAlgebra.axpy!`, the arguments are passed in order: `a`, 334 function axpy!(a::Real, x::CeedVector, y::CeedVector)
|
| H A D | LibCEED.jl | 76 axpy!,
|
| /libCEED/python/ |
| H A D | ceed_vector.py | 429 def axpy(self, alpha, x): member in Vector
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 132 axpy!(alpha, cv2, cv1) 133 axpy!(alpha, w2, w1)
|
| /libCEED/rust/libceed/src/ |
| H A D | vector.rs | 668 pub fn axpy(mut self, alpha: crate::Scalar, x: &Vector) -> crate::Result<Self> { in axpy() method
|
| /libCEED/python/tests/ |
| H A D | test-1-vector.py | 246 y.axpy(-0.5, x)
|