Documentation
¶
Index ¶
- func Add[T float32 | float64 | complex64 | complex128](xs, ys []T, n uintptr)
- func AddConst[T float32 | float64 | complex64 | complex128](alpha T, xs []T, n uintptr)
- func AddConstTo[T float32 | float64 | complex64 | complex128](dst []T, alpha T, xs []T, n uintptr)
- func AddTo[T float32 | float64 | complex64 | complex128](dst, xs, ys []T, n uintptr)
- func AxpyUnitary[T float32 | float64 | complex64 | complex128](alpha T, xs, ys []T)
- func AxpyUnitaryTo[T float32 | float64 | complex64 | complex128](dst []T, alpha T, xs, ys []T)
- func CumProd[T float32 | float64 | complex64 | complex128](xs []T, n uintptr)
- func CumSum[T float32 | float64 | complex64 | complex128](xs []T, n uintptr)
- func Div[T float32 | float64 | complex64 | complex128](xs, ys []T, n uintptr)
- func DivTo[T float32 | float64 | complex64 | complex128](dst, xs, ys []T, n uintptr)
- func Dot[T float32 | float64 | complex64 | complex128](xs, ys []T, n uintptr) T
- func L2NormUnitary[T float32 | float64 | complex64 | complex128](xs []T, n uintptr) T
- func Mul[T float32 | float64 | complex64 | complex128](xs, ys []T, n uintptr)
- func MulTo[T float32 | float64 | complex64 | complex128](dst, xs, ys []T, n uintptr)
- func ScalIncUnitary[T float32 | float64 | complex64 | complex128](alpha T, xs []T, n, incx uintptr)
- func ScalIncUnitaryTo[T float32 | float64 | complex64 | complex128](dst []T, incdst uintptr, alpha T, xs []T, n, incx uintptr)
- func ScalUnitary[T float32 | float64 | complex64 | complex128](alpha T, xs []T, n uintptr)
- func ScalUnitaryTo[T float32 | float64 | complex64 | complex128](dst []T, alpha T, xs []T, n uintptr)
- func Sub[T float32 | float64 | complex64 | complex128](xs, ys []T, n uintptr)
- func SubTo[T float32 | float64 | complex64 | complex128](dst, xs, ys []T, n uintptr)
- func Sum[T float32 | float64 | complex64 | complex128](xs []T, n uintptr) T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddConst ¶
func AddConst[T float32 | float64 | complex64 | complex128](alpha T, xs []T, n uintptr)
func AddConstTo ¶
func AddConstTo[T float32 | float64 | complex64 | complex128](dst []T, alpha T, xs []T, n uintptr)
func AxpyUnitary ¶
func AxpyUnitary[T float32 | float64 | complex64 | complex128](alpha T, xs, ys []T)
AxpyUnitary calculates y[i] = y[i] + alpha * x[i].
func AxpyUnitaryTo ¶
func AxpyUnitaryTo[T float32 | float64 | complex64 | complex128](dst []T, alpha T, xs, ys []T)
AxpyUnitaryTo calculates dst[i] = y[i] + alpha * x[i].
func L2NormUnitary ¶
func L2NormUnitary[T float32 | float64 | complex64 | complex128](xs []T, n uintptr) T
func ScalIncUnitary ¶
func ScalIncUnitary[T float32 | float64 | complex64 | complex128](alpha T, xs []T, n, incx uintptr)
func ScalIncUnitaryTo ¶
func ScalUnitary ¶
func ScalUnitary[T float32 | float64 | complex64 | complex128](alpha T, xs []T, n uintptr)
func ScalUnitaryTo ¶
func ScalUnitaryTo[T float32 | float64 | complex64 | complex128](dst []T, alpha T, xs []T, n uintptr)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.