mirror of
https://github.com/gonum/gonum.git
synced 2025-10-28 01:21:44 +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:
@@ -10,6 +10,8 @@ import "math"
|
||||
// overflow and underflow. z has length at least 4*(n0+1) and holds the qd array.
|
||||
// i0 is the zero-based first index.
|
||||
// n0 is the zero-based last index.
|
||||
//
|
||||
// Dlasq6 is an internal routine. It is exported for testing purposes.
|
||||
func (impl Implementation) Dlasq6(i0, n0 int, z []float64, pp int, dmin, dmin1, dmin2, dn, dnm1, dnm2 float64) (dminOut, dmin1Out, dmin2Out, dnOut, dnm1Out, dnm2Out float64) {
|
||||
// TODO(btracey): It seems like outputs listed in the reference implementation
|
||||
// are actually true outputs, unlike other functions where the value is
|
||||
|
||||
Reference in New Issue
Block a user