public virtual VectorFunction from(double?[] x)
 {
     ArgChecker.notNull(x, "x");
     return(from(DoubleArrayMath.toPrimitive(x)));
 }