Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
matrix/mat64: remove outdated attributions to Jama code
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Apr 20, 2017
1 parent da86d6b commit cfccfe2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion mat64/cholesky.go
@@ -1,7 +1,6 @@
// Copyright ©2013 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Based on the CholeskyDecomposition class from Jama 1.0.3.

package mat64

Expand Down
1 change: 0 additions & 1 deletion mat64/eigen.go
@@ -1,7 +1,6 @@
// Copyright ©2013 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Based on the EigenvalueDecomposition class from Jama 1.0.3.

package mat64

Expand Down
1 change: 0 additions & 1 deletion mat64/gsvd.go
@@ -1,7 +1,6 @@
// Copyright ©2017 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Based on the SingularValueDecomposition class from Jama 1.0.3.

package mat64

Expand Down
1 change: 0 additions & 1 deletion mat64/hogsvd.go
@@ -1,7 +1,6 @@
// Copyright ©2017 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Based on the SingularValueDecomposition class from Jama 1.0.3.

package mat64

Expand Down
1 change: 0 additions & 1 deletion mat64/qr.go
@@ -1,7 +1,6 @@
// Copyright ©2013 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Based on the QRDecomposition class from Jama 1.0.3.

package mat64

Expand Down
1 change: 0 additions & 1 deletion mat64/svd.go
@@ -1,7 +1,6 @@
// Copyright ©2013 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Based on the SingularValueDecomposition class from Jama 1.0.3.

package mat64

Expand Down

0 comments on commit cfccfe2

Please sign in to comment.