Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- M
: random.c
- M_E
: math.h
- M_PI
: math.h
- main()
: test_ac.c
, test_filter.c
, test_poly.c
, test_quantizer.c
, test_fourier.c
, test_random.c
, test_source.c
, test_cc.c
, test_io.c
, test_vec.c
, test_vlc.c
, test_linalg.c
, test_wav.c
, test_wavelet.c
, test_cplx.c
, test_mat.c
, test_math.c
, test_distance.c
, test_parser.c
, test_pnm.c
- markov_marg_pdf()
: source_func.h
, source_func.c
- Mat
: mat.h
- mat
: mat.h
- mat_add()
: mat.h
, mat.c
- mat_apply_function()
: mat.h
, mat.c
- mat_cholesky()
: linalg.h
, linalg.c
- Mat_clone()
: mat.h
, mat.c
- mat_clone()
: mat.h
, mat.c
- mat_col_decr()
: mat.h
, mat.c
- mat_col_div_by()
: mat.h
, mat.c
- mat_col_incr()
: mat.h
, mat.c
- mat_col_mul_by()
: mat.h
, mat.c
- mat_col_set()
: mat.h
, mat.c
- mat_col_sum()
: mat.h
, mat.c
- mat_cols_normalize()
: mat.h
, mat.c
- mat_cols_sum()
: mat.h
, mat.c
- mat_cond()
: linalg.h
, linalg.c
- Mat_copy
: mat.h
- mat_copy()
: mat.h
, mat.c
- mat_copy_col()
: mat.h
, mat.c
- mat_copy_row()
: mat.h
, mat.c
- mat_cov()
: mat.c
, mat.h
- mat_decr()
: mat.h
, mat.c
- Mat_deinterleave_block
: interleaver.h
- mat_deinterleave_block()
: interleaver.h
, interleaver.c
- Mat_del_row
: mat.h
- mat_del_row
: mat.h
- mat_delete()
: mat.h
, mat.c
- Mat_delete
: mat.h
- mat_det()
: linalg.h
, linalg.c
- mat_diag()
: mat.h
, mat.c
- mat_diag_sum()
: mat.h
, mat.c
- mat_distance_mse()
: distance.h
, distance.c
- mat_distance_norm()
: distance.h
, distance.c
- mat_div_by()
: mat.h
, mat.c
- mat_eig()
: linalg.h
, linalg.c
- mat_eig_sym()
: linalg.h
, linalg.c
- mat_elem_abs()
: mat.h
, mat.c
- mat_elem_add()
: mat.h
, mat.c
- mat_elem_div()
: mat.h
, mat.c
- mat_elem_exp()
: mat.h
, mat.c
- mat_elem_mul()
: mat.h
, mat.c
- mat_elem_pow()
: mat.h
, mat.c
- mat_elem_sqr()
: mat.h
, mat.c
- mat_elem_sqrt()
: mat.h
, mat.c
- mat_elem_sub()
: mat.h
, mat.c
- Mat_element_size
: mat.h
- MAT_END_COL_PARAM
: mat.h
- MAT_END_ROW_PARAM
: mat.h
- Mat_eq()
: mat.h
, mat.c
- mat_eq()
: mat.h
, mat.c
- mat_eval
: mat.h
- mat_eye()
: mat.h
, mat.c
- mat_filter_fir()
: filter.h
, filter.c
- mat_fwrite()
: io.h
, io.c
- mat_get_col()
: mat.h
, mat.c
- mat_get_diag()
: mat.h
, mat.c
- mat_get_row()
: mat.c
, mat.h
- mat_get_submatrix()
: mat.h
, mat.c
- mat_gs()
: linalg.h
, linalg.c
- mat_h2rs()
: linalg.c
- Mat_height
: mat.h
- mat_height()
: mat.h
, mat.c
- mat_height_max()
: mat.h
, mat.c
- Mat_height_max
: mat.h
- mat_hessenberg()
: linalg.h
, linalg.c
- mat_incr()
: mat.h
, mat.c
- mat_init
: mat.h
- Mat_init
: mat.h
- mat_ins_row
: mat.h
- Mat_ins_row
: mat.h
- mat_interleave_block()
: interleaver.h
, interleaver.c
- Mat_interleave_block
: interleaver.h
- mat_inv()
: linalg.h
, linalg.c
- mat_inv_direct()
: linalg.c
- mat_is_symmetric()
: linalg.h
, linalg.c
- mat_is_void()
: mat.h
, mat.c
- mat_ivec_mul()
: mat.h
, mat.c
- Mat_last_row
: mat.h
- mat_ls()
: linalg.h
, linalg.c
- mat_lu()
: linalg.h
, linalg.c
- mat_max()
: mat.h
, mat.c
- mat_max_col_index()
: mat.h
, mat.c
- mat_max_index()
: mat.h
, mat.c
- mat_max_index_submatrix()
: mat.h
, mat.c
- mat_max_row_index()
: mat.h
, mat.c
- mat_mean()
: mat.h
, mat.c
- mat_min()
: mat.h
, mat.c
- mat_min_col_index()
: mat.h
, mat.c
- mat_min_index()
: mat.h
, mat.c
- mat_min_index_submatrix()
: mat.h
, mat.c
- mat_min_row_index()
: mat.h
, mat.c
- mat_mul()
: mat.h
, mat.c
- mat_mul_by()
: mat.h
, mat.c
- mat_mul_transpose_left()
: mat.h
, mat.c
- mat_mul_transpose_leftright()
: mat.h
, mat.c
- mat_mul_transpose_right()
: mat.h
, mat.c
- Mat_new
: mat.h
- mat_new()
: mat.h
, mat.c
- mat_new_add()
: mat.h
, mat.c
- mat_new_alloc()
: mat.c
, mat.h
- Mat_new_alloc
: mat.h
- mat_new_apply_function()
: mat.h
, mat.c
- mat_new_deinterleave_block()
: interleaver.h
, interleaver.c
- Mat_new_deinterleave_block
: interleaver.h
- mat_new_diag()
: mat.h
, mat.c
- mat_new_eval
: mat.h
- mat_new_eye()
: mat.h
, mat.c
- mat_new_fread()
: io.h
, io.c
- mat_new_interleave_block()
: interleaver.c
- Mat_new_interleave_block
: interleaver.h
- mat_new_interleave_block()
: interleaver.h
- mat_new_inv()
: linalg.h
, linalg.c
- mat_new_mul()
: mat.c
, mat.h
- mat_new_ones()
: mat.h
, mat.c
- mat_new_rand()
: mat.h
, mat.c
- mat_new_randn()
: mat.h
, mat.c
- mat_new_set()
: mat.c
, mat.h
- mat_new_string()
: io.h
, io.c
- mat_new_sub()
: mat.c
, mat.h
- mat_new_transpose()
: mat.h
, mat.c
- mat_new_void()
: mat.c
, mat.h
- mat_new_zeros()
: mat.h
, mat.c
- mat_norm2()
: linalg.h
, linalg.c
- mat_norm_1()
: mat.h
, mat.c
- mat_norm_inf()
: mat.c
, mat.h
- mat_normalize()
: mat.h
, mat.c
- mat_ones()
: mat.h
, mat.c
- mat_pgm_read()
: io.h
, io.c
- mat_pgm_write()
: io.c
, io.h
- Mat_pop_row
: mat.h
- mat_pop_row
: mat.h
- mat_pow_one_by_two()
: fastica.c
- Mat_push_row
: mat.h
- mat_push_row
: mat.h
- mat_qr()
: linalg.h
, linalg.c
- mat_rand()
: mat.c
, mat.h
- mat_randn()
: mat.c
, mat.h
- mat_rank()
: linalg.c
, linalg.h
- mat_real_schur()
: linalg.c
, linalg.h
- mat_row_decr()
: mat.c
, mat.h
- mat_row_div_by()
: mat.h
, mat.c
- mat_row_incr()
: mat.c
, mat.h
- mat_row_mul_by()
: mat.h
, mat.c
- mat_row_sum()
: mat.c
, mat.h
- mat_rows_normalize()
: mat.c
, mat.h
- mat_rows_sum()
: mat.c
, mat.h
- Mat_set
: mat.h
- mat_set()
: mat.h
, mat.c
- Mat_set_between
: mat.h
- mat_set_between()
: mat.h
, mat.c
- Mat_set_col()
: mat.c
- mat_set_col()
: mat.h
- Mat_set_col()
: mat.h
- mat_set_col()
: mat.c
- mat_set_diag()
: mat.c
, mat.h
- Mat_set_height
: mat.h
- mat_set_height
: mat.h
- mat_set_height_max
: mat.h
- Mat_set_height_max
: mat.h
- Mat_set_row
: mat.h
- mat_set_row
: mat.h
- mat_set_submatrix()
: mat.h
, mat.c
- mat_solve_mat()
: linalg.c
, linalg.h
- mat_solve_vec()
: linalg.c
, linalg.h
- mat_sub()
: mat.c
, mat.h
- mat_sum()
: mat.c
, mat.h
- mat_svd()
: linalg.c
, linalg.h
- mat_swap_cols()
: mat.h
, mat.c
- mat_swap_rows()
: mat.c
, mat.h
- mat_tanh()
: fastica.c
- mat_to_imat()
: mat.h
, mat.c
- mat_to_vec()
: mat.c
, mat.h
- mat_transpose
: mat.h
- mat_tridiag()
: linalg.c
- mat_tridiag_ql()
: linalg.c
- mat_variance()
: mat.c
, mat.h
- mat_vec_mul()
: mat.h
, mat.c
- mat_void()
: mat.h
, mat.c
- mat_wav_read()
: io.h
, io.c
- mat_wav_write()
: io.c
, io.h
- mat_width()
: mat.c
, mat.h
- Mat_width
: mat.h
- mat_width_max()
: mat.h
- Mat_width_max
: mat.h
- mat_width_max()
: mat.c
- mat_zeros()
: mat.h
, mat.c
- maxx()
: linalg.c
- min()
: fastica.c
- mirror_add
: filter.c
- MIXBITS
: random.c
- modulate_bpsk()
: channel.c
, channel.h
- MSB
: random.c
- mt19937_next_state()
: random.c
- mt19937_rand()
: random.c
- mt19937_rand_int31()
: random.h
, random.c
- mt19937_rand_int32()
: random.c
, random.h
- mt19937_rand_real1()
: random.h
, random.c
- mt19937_rand_real2()
: random.h
, random.c
- mt19937_rand_real3()
: random.h
, random.c
- mt19937_rand_res53()
: random.c
, random.h
- mt19937_srand()
: random.h
, random.c
- mt19937_srand_by_array()
: random.c
, random.h
- MT199737_STATE_INITIALIZER
: random.c