mirror of
https://github.com/gonum/gonum.git
synced 2025-10-11 18:10:10 +08:00
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:
6
spatial/r1/doc.go
Normal file
6
spatial/r1/doc.go
Normal 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"
|
Reference in New Issue
Block a user