Exemplo n.º 1
0
 protected Boolean test(
     double[] values,
     int begin,
     int length)
 {
     return(MathArrays.verifyValues(values, begin, length, false));
 }
 protected bool Test(double[] values, double[] weights, int begin, int length, bool allowEmpty)
 {
     return(MathArrays.verifyValues(values, weights, begin, length, allowEmpty));
 }
 protected bool Test(double[] values, double[] weights, int begin, int length)
 {
     return(MathArrays.verifyValues(values, weights, begin, length, false));
 }
Exemplo n.º 4
0
 protected Boolean test(double[] values, int begin,
                        int length, bool allowEmpty)
 {
     return(MathArrays.verifyValues(values, begin, length, allowEmpty));
 }