 |
NEURON
|
Go to the documentation of this file. 37 #define get_ivec iv_get 38 #define freeivec IV_FREE 39 #define cp_ivec iv_copy 40 #define fout_ivec iv_foutput 41 #define out_ivec iv_output 42 #define fin_ivec iv_finput 43 #define in_ivec iv_input 44 #define dump_ivec iv_dump 49 #define get_zvec zv_get 50 #define freezvec ZV_FREE 51 #define cp_zvec zv_copy 52 #define fout_zvec zv_foutput 53 #define out_zvec zv_output 54 #define fin_zvec zv_finput 55 #define in_zvec zv_input 56 #define zero_zvec zv_zero 57 #define rand_zvec zv_rand 58 #define dump_zvec zv_dump 62 #define get_zmat zm_get 63 #define freezmat ZM_FREE 64 #define cp_zmat zm_copy 65 #define fout_zmat zm_foutput 66 #define out_zmat zm_output 67 #define fin_zmat zm_finput 68 #define in_zmat zm_input 69 #define zero_zmat zm_zero 70 #define rand_zmat zm_rand 71 #define dump_zmat zm_dump 76 #define sp_get_mat sp_get 77 #define sp_free_mat sp_free 78 #define sp_cp_mat sp_copy 79 #define sp_cp_mat2 sp_copy2 80 #define sp_fout_mat sp_foutput 81 #define sp_fout_mat2 sp_foutput2 82 #define sp_out_mat sp_output 83 #define sp_out_mat2 sp_output2 84 #define sp_fin_mat sp_finput 85 #define sp_in_mat sp_input 86 #define sp_zero_mat sp_zero 87 #define sp_dump_mat sp_dump 93 #define sp_get_idx sprow_idx 94 #define row_xpd sprow_xpd 95 #define sp_get_row sprow_get 96 #define row_set_val sprow_set_val 97 #define fout_row sprow_foutput 98 #define _row_mltadd sprow_mltadd 99 #define sp_row_copy sprow_copy 100 #define sp_row_merge sprow_merge 101 #define sp_row_ip sprow_ip 102 #define sp_row_sqr sprow_sqr 107 #define get_mat m_get 108 #define freemat M_FREE 109 #define cp_mat m_copy 110 #define fout_mat m_foutput 111 #define out_mat m_output 112 #define fin_mat m_finput 113 #define in_mat m_input 114 #define zero_mat m_zero 115 #define id_mat m_ident 116 #define rand_mat m_rand 117 #define ones_mat m_ones 118 #define dump_mat m_dump 122 #define get_vec v_get 123 #define freevec V_FREE 124 #define cp_vec v_copy 125 #define fout_vec v_foutput 126 #define out_vec v_output 127 #define fin_vec v_finput 128 #define in_vec v_input 129 #define zero_vec v_zero 130 #define rand_vec v_rand 131 #define ones_vec v_ones 132 #define dump_vec v_dump 137 #define get_perm px_get 138 #define freeperm PX_FREE 139 #define cp_perm px_copy 140 #define fout_perm px_foutput 141 #define out_perm px_output 142 #define fin_perm px_finput 143 #define in_perm px_input 144 #define id_perm px_ident 145 #define px_id px_ident 146 #define trans_px px_transp 147 #define sign_px px_sign 148 #define dump_perm px_dump