RubyGems Navigation menu

nulin 0.2

A linear algebra library cooperating with NArray. This library calls blas and lapack routines for fast computations. This library has following functionalities. * xGEMM (multiply two matrices and add other matrix) * Solve LLS(Least Square Sum) problems * Computing determinant (using QR decomposition) * Solve eigenproblems (compute eigenvalues and eigenvectors) * (Pivoted) LU decompotision * SVD(Singular value decomposition) * QR decomposition * Cholesky decomposition

Gemfile:
=

install:
=

Versions:

  1. 0.2 December 13, 2013 (18.5 KB)

Runtime Dependencies (1):

narray >= 0.6.0.1

Development Dependencies (1):

test-unit >= 0

Owners:

Authors:

  • Ippei Obayashi

SHA 256 checksum:

=

Total downloads 7,163

For this version 7,163

Version Released:

License:

2-clause BSDL

Required Ruby Version: None

Links: