avx2

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Abs

func Abs(x []float64)

func Add

func Add(x []float64, y []float64)

func AddScalar

func AddScalar(x []float64, a float64)

func ArgMax

func ArgMax(x []float64) int

func ArgMin

func ArgMin(x []float64) int

func Ceil

func Ceil(x []float64)

func Cos

func Cos(x []float64)

func Div

func Div(x []float64, y []float64)

func DivScalar

func DivScalar(x []float64, a float64)

func Dot

func Dot(x []float64, y []float64) float64

func Exp

func Exp(x []float64)

float32 exclusive.

func Floor

func Floor(x []float64)

func Log

func Log(x []float64)

func Log10

func Log10(x []float64)

func Log2

func Log2(x []float64)

func Max

func Max(x []float64) float64

func Maximum

func Maximum(x []float64, y []float64)

func Mean

func Mean(x []float64) float64

func Median added in v0.6.2

func Median(x []float64) float64

func Min

func Min(x []float64) float64

func Minimum

func Minimum(x []float64, y []float64)

func Mul

func Mul(x []float64, y []float64)

func MulScalar

func MulScalar(x []float64, a float64)

func Pow

func Pow(x []float64, y []float64)

func Repeat

func Repeat(a float64, n int) []float64

func Repeat(dst []float64, a float64, n int) []float64 { return vek.Repeat_Into(dst, a, n) }

func RepeatAll

func RepeatAll(dst []float64, a float64) []float64

func Round

func Round(x []float64)

func Sin

func Sin(x []float64)

func Sqrt

func Sqrt(x []float64)

func Sub

func Sub(x []float64, y []float64)

func SubScalar

func SubScalar(x []float64, a float64)

func ToBool added in v0.6.2

func ToBool(x []float64) []bool

func ToFloat32

func ToFloat32(dst []float32, x []float64)

func ToFloat64

func ToFloat64(dst []float64, x []float64)

func ToInt32

func ToInt32(dst []int32, x []float64)

func ToInt64

func ToInt64(dst []int64, x []float64)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL