Skip to content

min and max features

Jonas Jelten requested to merge max-min into master
  • avoid dynamic memory allocation in Vector::lInfNorm
  • TODO: min and max of vector coefficients. needs both since infnorm calculates max(|x_i|) for all i (which is inconsistent with the cpu-impl which uses the non-absolute maximum for lInfNorm.

Merge request reports