Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit b392861

Browse files
committed
native: document that Dlaexc is internal routine
1 parent 7d7a48b commit b392861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native/dlaexc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import (
3030
//
3131
// If ok is false, the transformed matrix T would be too far from Schur form.
3232
// The blocks are not swapped, and T and Q are not modified.
33+
//
34+
// Dlaexc is an internal routine. It is exported for testing purposes.
3335
func (impl Implementation) Dlaexc(wantq bool, n int, t []float64, ldt int, q []float64, ldq int, j1, n1, n2 int, work []float64) (ok bool) {
3436
checkMatrix(n, n, t, ldt)
3537
if wantq {

0 commit comments

Comments
 (0)