Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

NDari/gocrunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocrunch

gocrunch is a collection of libraries for numerical libraries in Go. Take a look at the packages below for more details about the specific libraries. If you wish to whole-sale install all the packages of gocrunch, then do:

go get github.com/NDari/gocrunch/...

Each library comes pre-packaged with all of its dependencies. Therefore it is strightforward to pick and choose which libraries you would like to use. For example, you may with to import and use only the mat package. You can get the package simply by:

go get github.com/NDari/gocrunch/mat

Directories

  • gocrunch/vec: Package vec implements functions that act upon one dimentional slices of float64s, []float64. A one dimentional slice can be thought of as a Vector.
  • gocrunch/mat: Package mat implements functions that create or act upon two dimentional slices of float64s, [][]float64. A two dimentional slice can be thought of as a Matrix.

Badges

About

High performance numeric library in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages