Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/ublas/test/
Dtest21.cpp68 ublas::blas_1::axpy (v1, value_type (1), v2); in test()
/third_party/boost/libs/multiprecision/test/ublas_interop/
Dtest21.cpp73 ublas::blas_1::axpy(v1, value_type(1), v2); in test()
/third_party/boost/boost/numeric/ublas/
Dblas.hpp135 V1 & axpy (V1 &v1, const T &t, const V2 &v2) in axpy() function