We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0950fd commit 6652b86Copy full SHA for 6652b86
README.md
@@ -4,7 +4,7 @@
4
**LazyMath** is a header-only math library written in C++17. The features are
5
6
* Linear solver using conjugate gradient algorithm. Both real and complex matrices are supported. Also linear constraints can be given.
7
-* Function minimizer using Levenberg-Marquardt algorithm with or without constraints.
+* Function minimizer using Levenberg-Marquardt algorithm with or without non-linear constraints.
8
9
## Examples
10
0 commit comments