Documentation ¶
Index ¶
- func CaxpyInc(alpha complex64, x, y []complex64, n, incX, incY, ix, iy uintptr)
- func CaxpyUnitary(alpha complex64, x, y, z []complex64)
- func CdotcInc(x, y []complex64, n, incX, incY, ix, iy uintptr) (sum complex64)
- func CdotcUnitary(x, y []complex64) (sum complex64)
- func CdotuInc(x, y []complex64, n, incX, incY, ix, iy uintptr) (sum complex64)
- func CdotuUnitary(x, y []complex64) (sum complex64)
- func DaxpyInc(alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr)
- func DaxpyUnitary(alpha float64, x, y, z []float64)
- func DdotInc(x, y []float64, n, incX, incY, ix, iy uintptr) (sum float64)
- func DdotUnitary(x, y []float64) (sum float64)
- func DsdotInc(x, y []float32, n, incX, incY, ix, iy uintptr) (sum float64)
- func DsdotUnitary(x, y []float32) (sum float64)
- func SaxpyInc(alpha float32, x, y []float32, n, incX, incY, ix, iy uintptr)
- func SaxpyUnitary(alpha float32, x, y, z []float32)
- func SdotInc(x, y []float32, n, incX, incY, ix, iy uintptr) (sum float32)
- func SdotUnitary(x, y []float32) (sum float32)
- func ZaxpyInc(alpha complex128, x, y []complex128, n, incX, incY, ix, iy uintptr)
- func ZaxpyUnitary(alpha complex128, x, y, z []complex128)
- func ZdotcInc(x, y []complex128, n, incX, incY, ix, iy uintptr) (sum complex128)
- func ZdotcUnitary(x, y []complex128) (sum complex128)
- func ZdotuInc(x, y []complex128, n, incX, incY, ix, iy uintptr) (sum complex128)
- func ZdotuUnitary(x, y []complex128) (sum complex128)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaxpyUnitary ¶
The extra z parameter is needed because of floats.AddScaledTo
func CdotcUnitary ¶
func CdotuUnitary ¶
func DaxpyUnitary ¶
The extra z parameter is needed because of floats.AddScaledTo
func DdotUnitary ¶
func DsdotUnitary ¶
func SaxpyUnitary ¶
The extra z parameter is needed because of floats.AddScaledTo
func SdotUnitary ¶
func ZaxpyInc ¶
func ZaxpyInc(alpha complex128, x, y []complex128, n, incX, incY, ix, iy uintptr)
func ZaxpyUnitary ¶
func ZaxpyUnitary(alpha complex128, x, y, z []complex128)
The extra z parameter is needed because of floats.AddScaledTo
func ZdotcInc ¶
func ZdotcInc(x, y []complex128, n, incX, incY, ix, iy uintptr) (sum complex128)
func ZdotcUnitary ¶
func ZdotcUnitary(x, y []complex128) (sum complex128)
func ZdotuInc ¶
func ZdotuInc(x, y []complex128, n, incX, incY, ix, iy uintptr) (sum complex128)
func ZdotuUnitary ¶
func ZdotuUnitary(x, y []complex128) (sum complex128)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.