Skip to content

jvlmdr/linalg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package distributed under LGPL3 license. See file COPYING in repository root.

Linalg package provides thin interface for BLAS/LAPACK libraries. It is modelled after CVXOPT python package.

It is still work in progress and does not implement all LAPACK functions. And BLAS interfaces for complex valued matrices is not as complete as for float valued matrices. However, all BLAS functionality is available for complex valued matrices via generic matrix interface.

It uses real and complex column-major matrix implementation from github.com/hrautila/matrix

Requirements

external:

  • libblas-dev package (tested in Ubuntu 12.04)
  • liblapack-edv package (tested in Ubuntu 12.04)

(See the cgo_ files in blas/lapack subdirectories).

other packages:

  • go get github.com/hrautila/matrix

About

Go interface to BLAS/LAPACK library

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING
GPL-3.0
COPYING.GPL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.0%
  • C 10.0%