Home
last modified time | relevance | path

Searched refs:K_tmp (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp1947 gsl_matrix *K_tmp = gsl_matrix_alloc(n1, n1); in CalcVCacl() local
2011 gsl_matrix_memcpy(K_tmp, &Kscale_sub1.matrix); in CalcVCacl()
2012 gsl_matrix_mul_elements(K_tmp, &Kscale_sub2.matrix); in CalcVCacl()
2015 for (size_t t = 0; t < K_tmp->size1; t++) { in CalcVCacl()
2016 gsl_vector_view Ktmp_col = gsl_matrix_column(K_tmp, t); in CalcVCacl()
2088 gsl_matrix_memcpy(K_tmp, &Kscale_sub.matrix); in CalcVCacl()
2089 gsl_matrix_scale(K_tmp, gsl_vector_get(pve, i)); in CalcVCacl()
2090 gsl_matrix_add(V_mat, K_tmp); in CalcVCacl()
2203 gsl_matrix_free(K_tmp); in CalcVCacl()
/dports/math/octave-forge-control/control-3.3.1/inst/
H A Drlocusx.m323 K_tmp = prod(abs(s-p))/prod(abs(s-z))/V; variable
328 … poles(j) = interp1(gvec',rlpol'(:,j),K_tmp,'extrap'); % look up closed loop poles at our gain
339 K = K_tmp;