norm2 method

double norm2()

Two norm return max(S)

Implementation

double norm2() {
  return _s[0];
}