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

Function Drot

blas/drot.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 []float64, incX int, Y []float64, incY int, c, s float64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TestDrotFunction · 0.85
BenchmarkDrotFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestDrotFunction · 0.68
BenchmarkDrotFunction · 0.68