Searched refs:axpy (Results 1 – 3 of 3) sorted by relevance
68 ublas::blas_1::axpy (v1, value_type (1), v2); in test()
73 ublas::blas_1::axpy(v1, value_type(1), v2); in test()
135 V1 & axpy (V1 &v1, const T &t, const V2 &v2) in axpy() function