int_array.h File Reference

Holds the ml_int_array class definitions. More...

Go to the source code of this file.

Classes

class  ml_int_array
 Class definition for ml_int_array.


Defines

#define ML_MAX_NUM_LEN   100
 Maximum number length for printing matrices, used by the to_string() function.


Enumerations

enum  ml_comparison {
  ml_equal_to, ml_not_equal_to, ml_less_than, ml_greater_than,
  ml_less_than_or_equal_to, ml_greater_than_or_equal_to
}
 Possible comparisons made by the ml_matrix::find() function. More...


Detailed Description


Enumeration Type Documentation

enum ml_comparison
 

Comparison operations for the ml_matrix::find() function.

Enumeration values:
ml_equal_to  Compares for equality.
ml_not_equal_to  Compares for inequality.
ml_less_than  Compares for the first element greater than.
ml_greater_than  Compares for the first element less than.
ml_less_than_or_equal_to  Compares for the first element greater than or equal to.
ml_greater_than_or_equal_to  Compares for the first element less than or equal to.