Skip to content
Snippets Groups Projects
Commit e4e21909 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Comments

parent 5164c429
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ int main() { ...@@ -47,7 +47,7 @@ int main() {
*/ */
{ {
start = b; start = b;
start /= (b.two_norm() + 1e-12); start /= (b.two_norm() + 1e-12); // Make sure the norm is below 1;
assert(start.two_norm() < 1); assert(start.two_norm() < 1);
Functional::SmallVector numerical_descent; Functional::SmallVector numerical_descent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment