Skip to content

Commit

Permalink
Merge pull request #49 from gonum/movelapack
Browse files Browse the repository at this point in the history
lapack: rename native package to gonum
  • Loading branch information
btracey committed Jun 6, 2017
2 parents 78cae8f + 1ba7572 commit 69b081c
Show file tree
Hide file tree
Showing 115 changed files with 119 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

// +build noasm appengine

package native
package gonum

func init() { appengine = true }
2 changes: 1 addition & 1 deletion lapack/native/bench_test.go → lapack/gonum/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// +build go1.7

package native
package gonum

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dbdsqr.go → lapack/gonum/dbdsqr.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgebak.go → lapack/gonum/dgebak.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas/blas64"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgebal.go → lapack/gonum/dgebal.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgebd2.go → lapack/gonum/dgebd2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgebrd.go → lapack/gonum/dgebrd.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgecon.go → lapack/gonum/dgecon.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgeev.go → lapack/gonum/dgeev.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgehd2.go → lapack/gonum/dgehd2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgehrd.go → lapack/gonum/dgehrd.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgelq2.go → lapack/gonum/dgelq2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgelqf.go → lapack/gonum/dgelqf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgels.go → lapack/gonum/dgels.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgeql2.go → lapack/gonum/dgeql2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgeqp3.go → lapack/gonum/dgeqp3.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgeqr2.go → lapack/gonum/dgeqr2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgeqrf.go → lapack/gonum/dgeqrf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgerq2.go → lapack/gonum/dgerq2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgerqf.go → lapack/gonum/dgerqf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgesvd.go → lapack/gonum/dgesvd.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgetf2.go → lapack/gonum/dgetf2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgetrf.go → lapack/gonum/dgetrf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgetri.go → lapack/gonum/dgetri.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dgetrs.go → lapack/gonum/dgetrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dggsvd3.go → lapack/gonum/dggsvd3.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dggsvp3.go → lapack/gonum/dggsvp3.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dhseqr.go → lapack/gonum/dhseqr.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlabrd.go → lapack/gonum/dlabrd.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlacn2.go → lapack/gonum/dlacn2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlacpy.go → lapack/gonum/dlacpy.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlae2.go → lapack/gonum/dlae2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "math"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlaev2.go → lapack/gonum/dlaev2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "math"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlaexc.go → lapack/gonum/dlaexc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlags2.go → lapack/gonum/dlags2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "math"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlahqr.go → lapack/gonum/dlahqr.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlahr2.go → lapack/gonum/dlahr2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"gonum.org/v1/gonum/blas"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlaln2.go → lapack/gonum/dlaln2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "math"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlange.go → lapack/gonum/dlange.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlanst.go → lapack/gonum/dlanst.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlansy.go → lapack/gonum/dlansy.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlantr.go → lapack/gonum/dlantr.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlanv2.go → lapack/gonum/dlanv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "math"

Expand Down
2 changes: 1 addition & 1 deletion lapack/native/dlapll.go → lapack/gonum/dlapll.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package native
package gonum

import "gonum.org/v1/gonum/blas/blas64"

Expand Down

0 comments on commit 69b081c

Please sign in to comment.