MCPcopy Create free account
hub / github.com/andeya/algorithm / Axpy

Function Axpy

linalg/blas/level1.go:336–373  ·  view source on GitHub ↗

Calculate Y := alpha * X + Y. Y is set to new values. valid options: N, inc, incx, incy, offset, offsetx, offsety Constant times a vector plus a vector (Y := alpha*X+Y). ARGUMENTS X float or complex matrix Y float or complex matrix. Must have the same type as X. alpha number (f

(X, Y matrix.Matrix, alpha matrix.Scalar, opts ...linalg.Option)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestDaxpyFunction · 0.70

Calls 9

check_level1_funcFunction · 0.85
zaxpyFunction · 0.85
onErrorFunction · 0.70
daxpyFunction · 0.70
EqualTypesMethod · 0.65
ComplexMethod · 0.65
FloatMethod · 0.65
ComplexArrayMethod · 0.45
FloatArrayMethod · 0.45

Tested by 1

TestDaxpyFunction · 0.56