* ------------------------------------------------------------------ * left out for the time being .... func drotg(a, b, c, d *float64) { C.drotg_((*C.double)(unsafe.Pointer(a)), (*C.double)(unsafe.Pointer(b)), (*C.double)(unsafe.Pointer(c)), (*C.double)(unsafe.Pointer(d))) } func drotmg(d
(transA string, M int, N int, alpha float64,
A []float64, lda int, X []float64, incX int, beta float64,
Y []float64, incY int)