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

Function Srot

blas/srot.go:4–14  ·  view source on GitHub ↗

Apply a Givens rotation (X', Y') = (c X + s Y, c Y - s X) to the vectors X, Y

(N int, X []float32, incX int, Y []float32, incY int, c, s float32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TestSrotFunction · 0.85
BenchmarkSrotFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestSrotFunction · 0.68
BenchmarkSrotFunction · 0.68