Searched refs:k_hat (Results 1 – 6 of 6) sorted by relevance
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/core_functions/ |
H A D | fb_prop.hpp | 69 kep_toolbox::array3D k_hat = {{0, 0, 0}}; in fb_prop() local 70 kep_toolbox::cross(k_hat, i_hat, j_hat); in fb_prop() 72 + v_rel_in_norm * sin(beta) * sin(delta) * k_hat[0]; in fb_prop() 74 + v_rel_in_norm * sin(beta) * sin(delta) * k_hat[1]; in fb_prop() 76 + v_rel_in_norm * sin(beta) * sin(delta) * k_hat[2]; in fb_prop()
|
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/core_functions/ |
H A D | fb_prop.hpp | 69 kep_toolbox::array3D k_hat = {{0, 0, 0}}; in fb_prop() local 70 kep_toolbox::cross(k_hat, i_hat, j_hat); in fb_prop() 72 + v_rel_in_norm * sin(beta) * sin(delta) * k_hat[0]; in fb_prop() 74 + v_rel_in_norm * sin(beta) * sin(delta) * k_hat[1]; in fb_prop() 76 + v_rel_in_norm * sin(beta) * sin(delta) * k_hat[2]; in fb_prop()
|
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/fec/src/ |
H A D | packetizer.c | 66 unsigned int k_hat = 0; in packetizer_compute_dec_msg_len() local 70 while (k_hat < _k) { in packetizer_compute_dec_msg_len() 72 k_hat = packetizer_compute_enc_msg_len(n_hat, _crc, _fec0, _fec1); in packetizer_compute_dec_msg_len() 75 if (k_hat == _k) in packetizer_compute_dec_msg_len() 77 else if (k_hat > _k) in packetizer_compute_dec_msg_len()
|
/dports/graphics/gmt/gmt-6.3.0/src/spotter/ |
H A D | spotter.c | 231 K[0] = e->k_hat; in spotter_covar_to_record() 240 for (k = 1; k < 7; k++) K[k] *= (e->k_hat / e->g); in spotter_covar_to_record() 249 e->k_hat = K[0]; in spotter_record_to_covar() 258 for (k = 0; k < 3; k++) for (j = 0; j < 3; j++) e->C[k][j] *= (e->g / e->k_hat); in spotter_record_to_covar() 1244 if (a2[i].k_hat != 1.0 || b2[i].k_hat != 1.0) { /* Kappas are not one, use pooled estimate */ in spotter_add_rotations() 1245 c2[i].k_hat = (c2[i].df / (a2[i].df / a2[i].k_hat + b2[i].df / b2[i].k_hat)); in spotter_add_rotations() 1246 fa = a2[i].k_hat / c2[i].k_hat; in spotter_add_rotations() 1247 fb = b2[i].k_hat / c2[i].k_hat; in spotter_add_rotations() 1250 c2[i].k_hat = fa = fb = 1.0; in spotter_add_rotations()
|
H A D | spotter.h | 53 double k_hat; /* k_hat uncertainty scale */ member
|
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/ |
H A D | _matfuncs_inv_ssq.py | 195 k_hat = k 198 k_hat = k - 1 202 for j in range(1, k_hat):
|