Home
last modified time | relevance | path

Searched defs:axpy (Results 1 – 25 of 314) sorted by last modified time

12345678910>>...13

/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/benches/core/
H A Dmatrix.rs174 fn axpy(bench: &mut criterion::Criterion) { in axpy() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/base/
H A Dblas.rs321 pub fn axpy<D2: Dim, SB>(&mut self, a: T, x: &Vector<T, D2, SB>, b: T) in axpy() function
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/svm/src/liblinear/
H A D_cython_blas_helpers.h11 axpy_func axpy; member
/dports/cad/gmsh/gmsh-4.9.2-source/Solver/
H A DSTensor43.h158 void axpy(const double a, const STensor43 &other) in axpy() function
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DfullMatrix.cpp66 void fullVector<double>::axpy(const fullVector<double> &x, double alpha) in axpy() function in fullVector
73 void fullVector<std::complex<double> >::axpy( in axpy() function in fullVector::complex
252 void fullMatrix<double>::axpy(const fullMatrix<double> &x, double alpha) in axpy() function in fullMatrix
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DSVector3.h133 void axpy(const double a, const SVector3 &y) in axpy() function
/dports/math/nlopt/nlopt-2.7.1/src/algs/stogo/
H A Dlinalg.cc110 void axpy(double alpha, RCRVector x, RCRVector y) { in axpy() function
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp39605 class axpy : public exprtk::igeneric_function<T> class
39617 axpy() in axpy() function in exprtk::rtl::vecops::axpy
/dports/math/py-quadprog/quadprog-0.1.11/quadprog/
H A Dlinear-algebra.c3 void axpy(int n, double a, double x[], double y[]) in axpy() function
/dports/math/universal/universal-3.48/include/universal/blas/
H A Dblas_l1.hpp38 void axpy(size_t n, Scalar a, const Vector& x, size_t incx, Vector& y, size_t incy) { in axpy() function
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp40032 class axpy : public exprtk::igeneric_function<T> class
40044 axpy() in axpy() function in exprtk::rtl::vecops::axpy
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp40034 class axpy : public exprtk::igeneric_function<T> class
40046 axpy() in axpy() function in exprtk::rtl::vecops::axpy
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/dft/
H A Dlibxc_itrf.c614 static void axpy(double *dst, double *src, double fac, in axpy() function
/dports/math/octave-forge-nan/nan-3.6.1/src/
H A Dlinear.cpp110 static void axpy(const double a, const feature_node *x, double *y) in axpy() function in sparse_operator
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level1/
H A Daxpy.tcc55 axpy(IndexType n, const ALPHA &alpha, const X *x, in axpy() function
71 axpy(IndexType n, const float &alpha, const float *x, IndexType incX, in axpy() function
82 axpy(IndexType n, const double &alpha, const double *x, IndexType incX, in axpy() function
93 axpy(IndexType n, const ComplexFloat &alpha, in axpy() function
107 axpy(IndexType n, const ComplexDouble &alpha, in axpy() function
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level1extensions/
H A Daxpy.tcc45 axpy(IndexType n, const float &alpha, in axpy() function
56 axpy(IndexType n, const std::complex<float> &alpha, in axpy() function
70 axpy(IndexType n, const double &alpha, in axpy() function
81 axpy(IndexType n, const std::complex<double> &alpha, in axpy() function
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/tinylevel1/
H A Daxpy.tcc42 axpy(const ALPHA &alpha, const X *x, Y *y) in axpy() function
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/blitz/
H A Dblitz_interface.hh123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N) in axpy() function in blitz_interface
H A Dtiny_blitz_interface.hh99 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in tiny_blitz_interface
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/eigen2/
H A Deigen2_interface.hh120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in eigen2_interface
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/tensors/
H A Dtensor_interface.hh88 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){ in axpy() function in tensor_interface
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/ublas/
H A Dublas_interface.hh117 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in ublas_interface
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in blas_interface
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/STL/
H A DSTL_interface.hh182 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in STL_interface
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/blaze/
H A Dblaze_interface.hh107 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in blaze_interface

12345678910>>...13