gsl

package module
v0.0.0-...-3dbd70c Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2014 License: GPL-3.0 Imports: 0 Imported by: 0

README

GSL GoDoc Build Status

Go wrappers for part of the GNU Scientific library. This package does not depend on a GSL installation (GSL source files are embedded in this go package and statically linked).

License

The Go wrapper files are BSD-licensed and may freely be used in conjunction with any BLAS library. When you use this package in its entirety (including the GSL C sources) then GSL's GPL license takes precedence.

BLAS GoDoc

package BLAS (Basic Linear Algebra Subprograms) is open for public testing. All levels (1, 2 and 3) are available for all precissions (float32, float64, complex64, complex128).

Please report issues, if any. This package is not yet recommended for production use.

This package is go-gettable without depending on a BLAS installation: go get -x github.com/barnex/gsl/blas (installation may take long due to compilation of C sources).

Documentation

Overview

package gsl provides part of the GNU Scientific Library. This package is go-gettable without external dependencies (GSL C sources included).

Directories

Path Synopsis
package blas provides an interface to BLAS (Basic Linear Algebra Subprograms) provided by the GSL (GNU Scientific Library).
package blas provides an interface to BLAS (Basic Linear Algebra Subprograms) provided by the GSL (GNU Scientific Library).
Package cblas provides an unsafe, low-level C interface used by package blas.
Package cblas provides an unsafe, low-level C interface used by package blas.

Jump to

Keyboard shortcuts

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