Skip to content

Mathematical vector implementation in Go based on the generics design draft.

License

Notifications You must be signed in to change notification settings

littleroot/vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vector

Mathematical vector implementation in Go using generics.

Usage

Generics aren't currently supported in any released Go version. You will need to use the go2go translation tool available in the dev.go2go branch in the go repository.

https://go.googlesource.com/go/+/refs/heads/dev.go2go/README.go2go.md

With the go2go tool, you can build and test this package:

go tool go2go build
go tool go2go test

Docs

https://pkg.go.dev/github.com/littleroot/vector

The documentation may not render as expected because the source files use the .go2 extension required by the go2go tool.

About

Mathematical vector implementation in Go based on the generics design draft.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published