mirror of
https://github.com/gonum/gonum.git
synced 2025-10-30 02:02:09 +08:00
native: document that Dlaexc is internal routine
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user