mirror of
https://github.com/genxium/DelayNoMore
synced 2025-01-14 06:51:32 +00:00
9 lines
264 B
Go
9 lines
264 B
Go
|
// +build !noasm
|
||
|
|
||
|
package resolv
|
||
|
|
||
|
// functions from the gonum package that optimizes arithmetic
|
||
|
// operations on lists of float64 values
|
||
|
func axpyUnitaryTo(dst []float64, alpha float64, x, y []float64)
|
||
|
func scalUnitaryTo(dst []float64, alpha float64, x []float64)
|