native: document that Dlaexc is internal routine

This commit is contained in:
Vladimir Chalupecky
2016-08-03 14:55:05 +09:00
parent 7d7a48bfe7
commit b392861b42

View File

@@ -30,6 +30,8 @@ import (
//
// If ok is false, the transformed matrix T would be too far from Schur form.
// The blocks are not swapped, and T and Q are not modified.
//
// Dlaexc is an internal routine. It is exported for testing purposes.
func (impl Implementation) Dlaexc(wantq bool, n int, t []float64, ldt int, q []float64, ldq int, j1, n1, n2 int, work []float64) (ok bool) {
checkMatrix(n, n, t, ldt)
if wantq {