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

Function zgemm

linalg/blas/cgo_complex.go:489–510  ·  view source on GitHub ↗

** // For triangular packed matrix A and vector X compute // X = A * X, X = A.T * X func ztpmv(uplo, transA, diag string, N int, Ap []complex128, X []complex128, incX int) { cuplo := C.CString(uplo) defer C.free(unsafe.Pointer(cuplo)) ctransA := C.CString(transA) defer C.free(unsafe.Pointer(c

(transA, transB string, M int, N int, K int,
    alpha complex128, A []complex128, lda int, B []complex128, ldb int, beta complex128,
    C []complex128, ldc int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

GemmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected