Home
last modified time | relevance | path

Searched refs:equalGeneral (Results 1 – 4 of 4) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddtrexc.go91 if !equalGeneral(tmat, tmat2) {
132 if !equalGeneral(tmat, tmatCopy) {
136 if !equalGeneral(q, qCopy) {
H A Ddlaexc.go117 if !equalGeneral(tmat, tmat2) {
131 if !equalGeneral(tmat, tmatCopy) {
135 if !equalGeneral(q, qCopy) {
H A Ddtrevc3.go106 if !equalGeneral(tmat, tmatCopy) {
196 if !equalGeneral(tmat, tmatCopy) {
309 if !equalGeneral(tmat, tmatCopy) {
H A Dgeneral.go942 func equalGeneral(a, b blas64.General) bool { func