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

Function Dot

linalg/blas/level1.go:150–179  ·  view source on GitHub ↗

Returns Y = X^H*Y for real or complex X, Y. ARGUMENTS X float or complex matrix Y float or complex matrix. Must have the same type as X. OPTIONS n integer. If n<0, the default value of n is used. The default value is equal to nx = 1+(len(x)-offsetx-1)/incx or 0 if len(x)

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestDdotFunction · 0.70

Calls 7

check_level1_funcFunction · 0.85
zdotcFunction · 0.85
ddotFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
ComplexArrayMethod · 0.45
FloatArrayMethod · 0.45

Tested by 1

TestDdotFunction · 0.56