bertiniteam / b2

Bertini 2.0: The redevelopment of Bertini in C++.
92 stars 34 forks source link

Check for consistent use of p-norms #54

Closed timothodge closed 7 years ago

timothodge commented 8 years ago

Core development team has decided to use the L infinity norm instead of the L2 norm. Consistent use of the lpNorm() functionality inside of the core needs to be checked.

in eigen i.e., "lpNorm()"

ofloveandhate commented 7 years ago

so far, i have ensured that the cauchy endgame uses the infinity-norm. other places might still use the 2-norm

ofloveandhate commented 7 years ago

i think this is fixed. i'm closing it.