mirror of
https://github.com/gonum/gonum.git
synced 2025-10-19 21:44:41 +08:00
mat: rename Vector->VecDense
This commit is contained in:
@@ -71,7 +71,7 @@ func ExampleExcerpt() {
|
||||
mat.Formatted(big, mat.Prefix(" "), mat.Excerpt(3)))
|
||||
|
||||
// The long vector is also too large, ...
|
||||
long := mat.NewVector(100, nil)
|
||||
long := mat.NewVecDense(100, nil)
|
||||
for i := 0; i < 100; i++ {
|
||||
long.SetVec(i, float64(i))
|
||||
}
|
||||
|
Reference in New Issue
Block a user