v_mapRintToSelf.mapToSelf(new Rint());
double[] result_mapRintToSelf = {-1d,1d,1d};
assertClose("compare vectors" ,result_mapRintToSelf,v_mapRintToSelf.toArray(),normTolerance);
//octave = ???
RealVector v_mapSignum = ceil_v.map(new Signum());
double[] result_mapSignum = {-1d,1d,1d};
assertClose("compare vectors" ,result_mapSignum,v_mapSignum.toArray(),normTolerance);
//octave = ???
RealVector v_mapSignumToSelf = ceil_v.copy();
v_mapSignumToSelf.mapToSelf(new Signum());
double[] result_mapSignumToSelf = {-1d,1d,1d};
assertClose("compare vectors" ,result_mapSignumToSelf,v_mapSignumToSelf.toArray(),normTolerance);
// Is with the used resolutions of limited value as test