gocrunch

module
v3.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2016 License: MIT

README

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

Directories

Path Synopsis
Package mat implements a large set of functions which act on two dimensional slices of float64.
Package mat implements a large set of functions which act on two dimensional slices of float64.
Package vec implements a large set of functions which act on one dimensional slices of float64.
Package vec implements a large set of functions which act on one dimensional slices of float64.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL