spatial/r1: import and rename from bound

* spatial/r1: import and rename from bound

Mechanically generated with:

 $> gomvpkg -from gonum.org/v1/gonum/bound -to gonum.org/v1/gonum/spatial/r1 -vcs_mv_cmd "git mv {{.Src}} {{.Dst}}"

Fixes #956.
This commit is contained in:
Sebastien Binet
2019-06-21 13:49:53 +02:00
committed by GitHub
parent 5dc218f865
commit 5c77642844
7 changed files with 30 additions and 30 deletions

6
spatial/r1/doc.go Normal file
View File

@@ -0,0 +1,6 @@
// Copyright ©2019 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.
// Package r1 provides 1D vectors and intervals and operations on them.
package r1 // import "gonum.org/v1/gonum/spatial/r1"