Project
nulin
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
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
2-clause BSDL