mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 06:09:26 +08:00
native: mark internal routines
These (generally) cannot be made unexported because we test via testlapack. Also fix a name and some capitalisation.
This commit is contained in:
@@ -20,6 +20,8 @@ import (
|
||||
// where tau is a real scalar.
|
||||
//
|
||||
// On entry, x contains the vector x, on exit it contains v.
|
||||
//
|
||||
// Dlarfg is an internal routine. It is exported for testing purposes.
|
||||
func (impl Implementation) Dlarfg(n int, alpha float64, x []float64, incX int) (beta, tau float64) {
|
||||
if n < 0 {
|
||||
panic(nLT0)
|
||||
|
Reference in New Issue
Block a user