, including all inherited members.
| abs(T a) | CMath | [static] |
| add(T *target, T alpha, const T *v1, T beta, const T *v2, INT len) | CMath | [static] |
| add_scalar(T alpha, T *vec, INT len) | CMath | [static] |
| Align(CHAR *seq1, CHAR *seq2, INT l1, INT l2, DREAL gapCost) | CMath | [static] |
| ALMOST_INFTY | CMath | [static] |
| ALMOST_NEG_INFTY | CMath | [static] |
| binary_search(T *output, INT size, T elem) | CMath | [static] |
| binary_search_helper(T *output, INT size, T elem) | CMath | [static] |
| binary_search_max_lower_equal(T *output, INT size, T elem) | CMath | [static] |
| byte(T word, unsigned short p) | CMath | [static] |
| calcroc(DREAL *fp, DREAL *tp, DREAL *output, INT *label, INT &size, INT &possize, INT &negsize, DREAL &tresh, FILE *rocfile) | CMath | [static] |
| ceil(DREAL d) | CMath | [static] |
| clamp(T value, T lb, T ub) | CMath | [static] |
| CMath() | CMath | |
| crc32(BYTE *data, INT len) | CMath | [static] |
| CSGObject() | CSGObject | |
| CSGObject(const CSGObject &orig) | CSGObject | |
| display_matrix(T *matrix, INT rows, INT cols, const char *name="matrix") | CMath | [static] |
| display_matrix(INT *matrix, INT rows, INT cols, const char *name) | CMath | |
| display_matrix(DREAL *matrix, INT rows, INT cols, const char *name) | CMath | |
| display_vector(T *vector, INT n, const char *name="vector") | CMath | [static] |
| display_vector(BYTE *vector, INT n, const char *name) | CMath | |
| display_vector(INT *vector, INT n, const char *name) | CMath | |
| display_vector(LONG *vector, INT n, const char *name) | CMath | |
| display_vector(SHORTREAL *vector, INT n, const char *name) | CMath | |
| display_vector(DREAL *vector, INT n, const char *name) | CMath | |
| dot(const DREAL *v1, const DREAL *v2, INT n) | CMath | [static] |
| dot(const SHORTREAL *v1, const SHORTREAL *v2, INT n) | CMath | [static] |
| entropy(DREAL *p, INT len) | CMath | [static] |
| factorial(INT n) | CMath | [static] |
| fill_vector(T *vec, INT len, T value) | CMath | [static] |
| floor(DREAL d) | CMath | [static] |
| get_seed() | CMath | [static] |
| INFTY | CMath | [static] |
| init_random(UINT initseed=0) | CMath | [static] |
| insertion_sort(T *output, INT size) | CMath | [static] |
| io | CSGObject | [static] |
| log(DREAL v) | CMath | [static] |
| log10(DREAL v) | CMath | [static] |
| log2(DREAL v) | CMath | [static] |
| logarithmic_sum(DREAL p, DREAL q) | CMath | [static] |
| LOGRANGE | CMath | [static] |
| max(T a, T b) | CMath | [static] |
| max(T *vec, INT len) | CMath | [static] |
| mean(DREAL *vec, INT len) | CMath | [static] |
| min(T a, T b) | CMath | [static] |
| min(DREAL *output, T *index, INT size) | CMath | [static] |
| mutual_info(DREAL *p1, DREAL *p2, INT len) | CMath | [static] |
| nchoosek(INT n, INT k) | CMath | [static] |
| nmin(DREAL *output, T *index, INT size, INT n) | CMath | [static] |
| parallel | CSGObject | [static] |
| parallel_qsort_index(void *p) | CMath | [static] |
| pow(INT x, INT n) | CMath | [static] |
| pow(DREAL x, DREAL n) | CMath | [static] |
| powl(long double x, long double n) | CMath | [static] |
| qsort(T *output, INT size) | CMath | [static] |
| qsort_backward_index(T1 *output, T2 *index, INT size) | CMath | [static] |
| qsort_index(T1 *output, T2 *index, UINT size) | CMath | [static] |
| radix_sort(T *array, size_t size) | CMath | [static] |
| radix_sort_helper(T *array, size_t size, unsigned short i) | CMath | [static] |
| rand_state | CMath | [static] |
| random() | CMath | [static] |
| random(INT min_value, INT max_value) | CMath | [static] |
| random(SHORTREAL min_value, SHORTREAL max_value) | CMath | [static] |
| random(DREAL min_value, DREAL max_value) | CMath | [static] |
| random_vector(T *vec, INT len, T min_value, T max_value) | CMath | [static] |
| randperm(INT n) | CMath | [static] |
| range_fill_vector(T *vec, INT len, T start=0) | CMath | [static] |
| relative_entropy(DREAL *p, DREAL *q, INT len) | CMath | [static] |
| round(DREAL d) | CMath | [static] |
| scale_vector(T alpha, T *vec, INT len) | CMath | [static] |
| seed | CMath | [static] |
| sign(T a) | CMath | [static] |
| sort(INT *a, INT cols, INT sort_col=0) | CMath | [static] |
| sort(DREAL *a, INT *idx, INT N) | CMath | [static] |
| sq(T x) | CMath | [static] |
| sqrt(SHORTREAL x) | CMath | [static] |
| sqrt(DREAL x) | CMath | [static] |
| sqrt(LONGREAL x) | CMath | [static] |
| sum(T *vec, INT len) | CMath | [static] |
| sum_abs(T *vec, INT len) | CMath | [static] |
| swap(T &a, T &b) | CMath | [static] |
| trace(DREAL *mat, INT cols, INT rows) | CMath | [static] |
| transpose_matrix(T *&matrix, INT &num_feat, INT &num_vec) | CMath | [static] |
| unique(T *output, INT size) | CMath | [static] |
| vec1_plus_scalar_times_vec2(T *vec1, T scalar, const T *vec2, INT n) | CMath | [static] |
| version | CSGObject | [static] |
| ~CMath() | CMath | [virtual] |
| ~CSGObject() | CSGObject | [virtual] |