Skip to content

Commit 973da34

Browse files
committed
Add new features
1 parent eaec4c9 commit 973da34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Ready-to-use versions of the tools are available online at:
2525

2626
## Functions provided by LALOLib
2727

28-
- **Linear algerbra:** basic vector and matrix operations, linear system solvers, matrix factorizations (QR, Cholesky), eigendecomposition, singular value decomposition, conjugate gradient sparse linear system solver,... )
28+
- **Linear algerbra:** basic vector and matrix operations, linear system solvers, matrix factorizations (QR, Cholesky), eigendecomposition, singular value decomposition, conjugate gradient sparse linear system solver, complex numbers/matrices, discrete Fourier transform... )
2929
- **Statistics:** random numbers, sampling from and estimating standard distributions
3030
- **Optimization:** steepest descent, BFGS, linear programming (thanks to [glpk.js](https://github.com/hgourvest/glpk.js)), quadratic programming
3131

@@ -36,7 +36,7 @@ See [this benchmark](http://mlweb.loria.fr/benchmark/) for a comparison of LALOL
3636
#### Classification
3737

3838
- K-nearest neighbors,
39-
- Linear discriminant analysis,
39+
- Linear discriminant/quadratic analysis,
4040
- Naive Bayes classifier,
4141
- Logistic regression,
4242
- Perceptron,

0 commit comments

Comments
 (0)