approx - multiple declarations

Function approx

Check with method given at runtime with default parameters a and b can be any data sets supported by the approx template

bool approx(T) (
  ApproxMethod method,
  in T a,
  in T b
);

Template approx

Generic template to check approx method on different sets of data.

template approx(ApproxMethod method) ;

Contained Functions

NameDescription
approx Apply method on scalar
approx Apply method check on vectors
approx Apply method check on arrays
approx Apply method check on matrices
approx