nuha: Multidimensional arrays, Linear algebra

[ bsd3, library, math, numeric ] [ Propose Tags ]

Nuha is a library for linear algebra based on multidimensional arrays (holors).

The goals of Nuha are:

  • to be user friendly

  • to be lightweight with few dependencies

  • to be fast (although there haven't been many benchmarks yet)

If there's time in the future, it is planned to implement algorithms of numerical analysis, e.g. solve linear systems, determinant, inverse, svd, eigenvalues, matrix decompositions ...


[Skip to Readme]

Modules

[Last Documentation]

  • Math
    • Math.Nuha
      • Math.Nuha.Algorithms
      • Math.Nuha.Base
      • Math.Nuha.Internal
      • Math.Nuha.Numeric
      • Math.Nuha.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.3.0.0
Change log CHANGELOG.md
Dependencies base (>=4.13.0 && <4.14), vector (>=0.12.1 && <0.13) [details]
License BSD-3-Clause
Copyright (c) Johannes Kropp 2020
Author Johannes Kropp
Maintainer jodak932@gmail.com
Category Math, Numeric
Source repo head: git clone https://github.com/jdkr/nuha
Uploaded by jodak at 2020-04-07T22:58:13Z
Distributions
Downloads 522 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-04-08 [all 3 reports]

Readme for nuha-0.2.0.0

[back to package description]

Nuha is a library for linear algebra based on multidimensional arrays (holors).