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

Commit

Permalink
matrix: add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed Dec 9, 2018
1 parent a41cc49 commit 3459457
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmat128/doc.go
Expand Up @@ -6,6 +6,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This repository is no longer maintained.
// Development has moved to https://github.com/gonum/gonum.
//
// Package cmat128 provides implementations of complex128 matrix structures and
// linear algebra operations on them.
//
Expand Down
3 changes: 3 additions & 0 deletions conv/conv.go
Expand Up @@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This repository is no longer maintained.
// Development has moved to https://github.com/gonum/gonum.
//
// Package conv provides matrix type interconversion utilities.
package conv

Expand Down
3 changes: 3 additions & 0 deletions doc.go
Expand Up @@ -6,6 +6,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This repository is no longer maintained.
// Development has moved to https://github.com/gonum/gonum.
//
// Package matrix provides common error handling mechanisms for matrix operations
// in mat64 and cmat128.
//
Expand Down
3 changes: 3 additions & 0 deletions gendoc.go
Expand Up @@ -25,6 +25,9 @@ var docs = template.Must(template.New("docs").Funcs(funcs).Parse(`{{define "comm
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This repository is no longer maintained.
// Development has moved to https://github.com/gonum/gonum.
//
// Package {{.Name}} provides {{.Provides}}
//
// Overview
Expand Down
3 changes: 3 additions & 0 deletions mat64/doc.go
Expand Up @@ -6,6 +6,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This repository is no longer maintained.
// Development has moved to https://github.com/gonum/gonum.
//
// Package mat64 provides implementations of float64 matrix structures and
// linear algebra operations on them.
//
Expand Down

0 comments on commit 3459457

Please sign in to comment.