Home
last modified time | relevance | path

Searched refs:r_matrix (Results 1 – 25 of 53) sorted by relevance

123

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_eigen.cpp77 c_matrix = r_matrix; in TEST()
195 r_matrix.coeffRef (3) = r_matrix.coeffRef (1); in TEST()
196 r_matrix.coeffRef (6) = r_matrix.coeffRef (2); in TEST()
197 r_matrix.coeffRef (7) = r_matrix.coeffRef (5); in TEST()
260 r_matrix.coeffRef (3) = r_matrix.coeffRef (1); in TEST()
261 r_matrix.coeffRef (6) = r_matrix.coeffRef (2); in TEST()
262 r_matrix.coeffRef (7) = r_matrix.coeffRef (5); in TEST()
469 RMatrix r_matrix; in TEST() local
527 RMatrix r_matrix; in TEST() local
666 RMatrix r_matrix; in TEST() local
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/regression/
H A Dpenalized.py125 def __init__(self, endog, exog, r_matrix=None, q_matrix=None, argument
129 if r_matrix is not None:
130 r_matrix = np.asarray(r_matrix)
138 r_matrix = np.eye(k_exog)
142 r_matrix = r_matrix[keep_idx] # delete row for constant
144 k_constraints, k_exog = r_matrix.shape
145 self.r_matrix = r_matrix
218 r_matrix = self.r_matrix
229 sigma2_e * lambd * np.dot(r_matrix.T, np.dot(sigma_prior_inv, r_matrix))
376 r_mat = self.model.r_matrix
[all …]
/dports/math/py-spglm/spglm-1.0.8/spglm/
H A Dbase.py258 def cov_params(self, r_matrix=None, column=None, scale=None, cov_p=None, argument
306 if column is not None and (r_matrix is not None or other is not None):
309 if other is not None and r_matrix is None:
327 elif r_matrix is not None:
328 r_matrix = np.asarray(r_matrix)
329 if r_matrix.shape == ():
332 other = r_matrix
335 tmp = dot_fun(r_matrix, dot_fun(cov_p, np.transpose(other)))
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/base/
H A D_parameter_inference.py175 r_matrix = None
186 r_matrix = self.constraints[0]
188 r_matrix = self.constraints.coefs
189 k_constraints = r_matrix.shape[0]
212 r_matrix = np.eye(len(self.params) + k_constraints)[-k_constraints:]
227 lm = _lm_robust(score, r_matrix, hinv, cov_score, cov_params=None)
240 chi2stat = _lm_robust(score, r_matrix, hinv, cov_score, cov_params=V)
H A Dmodel.py1503 if other is not None and r_matrix is None:
1520 elif r_matrix is not None:
1521 r_matrix = np.asarray(r_matrix)
1522 if r_matrix.shape == ():
1525 other = r_matrix
1628 num_ttests = r_matrix.shape[0]
1629 num_params = r_matrix.shape[1]
1652 _effect = np.dot(r_matrix, params)
1657 r_matrix=r_matrix, cov_p=cov_p)))
1659 _sd = np.sqrt(self.cov_params(r_matrix=r_matrix, cov_p=cov_p))
[all …]
/dports/math/parmetis/parmetis-4.0.3/metis/GKlib/
H A Dmemory.c53 void gk_AllocMatrix(void ***r_matrix, size_t elmlen, size_t ndim1, size_t ndim2) in GK_MKALLOC()
58 *r_matrix = NULL; in GK_MKALLOC()
71 *r_matrix = matrix; in GK_MKALLOC()
79 void gk_FreeMatrix(void ***r_matrix, size_t ndim1, size_t ndim2) in gk_FreeMatrix() argument
84 if ((matrix = *r_matrix) == NULL) in gk_FreeMatrix()
90 gk_free((void **)r_matrix, LTERM); in gk_FreeMatrix()
H A Dgk_mkmemory.h99 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2)\
104 if (*r_matrix == NULL) \
107 matrix = *r_matrix;\
112 gk_free((void **)r_matrix, LTERM);\
137 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2);\
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/GKlib/
H A Dmemory.c53 void gk_AllocMatrix(void ***r_matrix, size_t elmlen, size_t ndim1, size_t ndim2) in GK_MKALLOC()
58 *r_matrix = NULL; in GK_MKALLOC()
71 *r_matrix = matrix; in GK_MKALLOC()
79 void gk_FreeMatrix(void ***r_matrix, size_t ndim1, size_t ndim2) in gk_FreeMatrix() argument
84 if ((matrix = *r_matrix) == NULL) in gk_FreeMatrix()
90 gk_free((void **)r_matrix, LTERM); in gk_FreeMatrix()
H A Dgk_mkmemory.h99 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2)\
104 if (*r_matrix == NULL) \
107 matrix = *r_matrix;\
112 gk_free((void **)r_matrix, LTERM);\
137 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2);\
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/metis/GKlib/
H A Dmemory.c53 void gk_AllocMatrix(void ***r_matrix, size_t elmlen, size_t ndim1, size_t ndim2) in GK_MKALLOC()
58 *r_matrix = NULL; in GK_MKALLOC()
71 *r_matrix = matrix; in GK_MKALLOC()
79 void gk_FreeMatrix(void ***r_matrix, size_t ndim1, size_t ndim2) in gk_FreeMatrix() argument
84 if ((matrix = *r_matrix) == NULL) in gk_FreeMatrix()
90 gk_free((void **)r_matrix, LTERM); in gk_FreeMatrix()
H A Dgk_mkmemory.h99 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2)\
104 if (*r_matrix == NULL) \
107 matrix = *r_matrix;\
112 gk_free((void **)r_matrix, LTERM);\
137 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2);\
/dports/math/libmesh/libmesh-1.6.2/contrib/metis/GKlib/
H A Dmemory.c52 void gk_AllocMatrix(void ***r_matrix, size_t elmlen, size_t ndim1, size_t ndim2) in GK_MKALLOC()
57 *r_matrix = NULL; in GK_MKALLOC()
70 *r_matrix = matrix; in GK_MKALLOC()
78 void gk_FreeMatrix(void ***r_matrix, size_t ndim1, size_t ndim2) in gk_FreeMatrix() argument
83 if ((matrix = *r_matrix) == NULL) in gk_FreeMatrix()
89 gk_free((void **)r_matrix, LTERM); in gk_FreeMatrix()
H A Dgk_mkmemory.h99 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2)\
104 if (*r_matrix == NULL) \
107 matrix = *r_matrix;\
112 gk_free((void **)r_matrix, LTERM);\
137 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2);\
/dports/science/octopus/octopus-10.5/external_libs/metis-5.1/GKlib/
H A Dmemory.c52 void gk_AllocMatrix(void ***r_matrix, size_t elmlen, size_t ndim1, size_t ndim2) in GK_MKALLOC()
57 *r_matrix = NULL; in GK_MKALLOC()
70 *r_matrix = matrix; in GK_MKALLOC()
78 void gk_FreeMatrix(void ***r_matrix, size_t ndim1, size_t ndim2) in gk_FreeMatrix() argument
83 if ((matrix = *r_matrix) == NULL) in gk_FreeMatrix()
89 gk_free((void **)r_matrix, LTERM); in gk_FreeMatrix()
H A Dgk_mkmemory.h98 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2)\
103 if (*r_matrix == NULL) \
106 matrix = *r_matrix;\
111 gk_free((void **)r_matrix, LTERM);\
136 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2);\
/dports/math/metis/metis-5.1.0/GKlib/
H A Dmemory.c53 void gk_AllocMatrix(void ***r_matrix, size_t elmlen, size_t ndim1, size_t ndim2) in GK_MKALLOC()
58 *r_matrix = NULL; in GK_MKALLOC()
71 *r_matrix = matrix; in GK_MKALLOC()
79 void gk_FreeMatrix(void ***r_matrix, size_t ndim1, size_t ndim2) in gk_FreeMatrix() argument
84 if ((matrix = *r_matrix) == NULL) in gk_FreeMatrix()
90 gk_free((void **)r_matrix, LTERM); in gk_FreeMatrix()
H A Dgk_mkmemory.h99 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2)\
104 if (*r_matrix == NULL) \
107 matrix = *r_matrix;\
112 gk_free((void **)r_matrix, LTERM);\
137 void PRFX ## FreeMatrix(TYPE ***r_matrix, size_t ndim1, size_t ndim2);\
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/
H A Dtest_theil.py58 r_matrix = np.array([[1, 0, 0], [0, 1, 0]])
62 mod = TheilGLS(endog, exog, r_matrix, q_matrix=r_mean, sigma_prior=cov_r)
202 r_matrix = np.eye(5, 10, 5)
203 mod1 = TheilGLS(y, xd, r_matrix=r_matrix) #sigma_prior=[0, 0, 1., 1.])
231 mod1 = TheilGLS(y, x[:, :3], r_matrix =[[0, 1, -1]])
252 mod1 = TheilGLS(y, x[:, :3], r_matrix =[[0, 1, -1]])
302 mod = TheilGLS(y, x, r_matrix=R, q_matrix=r, sigma_prior=lambd)
350 mod_1 = TheilGLS(ys[n05:], xs[n05:, :k], r_matrix=np.eye(k),
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/
H A Dcontrast.py675 def _offset_constraint(r_matrix, params_est, params_alt): argument
686 diff_est = r_matrix @ params_est
687 diff_alt = r_matrix @ params_alt
691 def wald_test_noncent(params, r_matrix, value, results, diff=None, joint=True): argument
733 diff = r_matrix @ params - value # at parameter under alternative
735 cov_c = results.cov_params(r_matrix=r_matrix)
743 def wald_test_noncent_generic(params, r_matrix, value, cov_params, diff=None, argument
788 diff = r_matrix @ params - value
790 c = r_matrix
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_armature_api.c59 float *r_matrix, in rna_Bone_convert_local_to_pose() argument
89 BKE_bone_parent_transform_apply(&bpt, (float(*)[4])matrix, (float(*)[4])r_matrix); in rna_Bone_convert_local_to_pose()
92 static void rna_Bone_MatrixFromAxisRoll(float *axis, float roll, float *r_matrix) in rna_Bone_MatrixFromAxisRoll() argument
94 vec_roll_to_mat3(axis, roll, (float(*)[3])r_matrix); in rna_Bone_MatrixFromAxisRoll()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_complexify.cxx81 vnl_matrix<ValueType> r_matrix(length,length,re); in test_complexify_instance() local
84 = vnl_complexify(r_matrix); in test_complexify_instance()
94 = vnl_complexify(r_matrix,i_matrix); in test_complexify_instance()
103 r_matrix = vnl_imag(c_matrix); in test_complexify_instance()
110 TEST("vnl_matrix vnl_imag",im,r_matrix.get(r,c)); in test_complexify_instance()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_complexify.cxx75 vnl_matrix<ValueType> r_matrix(length, length, re); in test_complexify_instance() local
77 vnl_matrix<std::complex<ValueType>> c_matrix = vnl_complexify(r_matrix); in test_complexify_instance()
86 c_matrix = vnl_complexify(r_matrix, i_matrix); in test_complexify_instance()
95 r_matrix = vnl_imag(c_matrix); in test_complexify_instance()
102 TEST("vnl_matrix vnl_imag", im, r_matrix.get(r, c)); in test_complexify_instance()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gizmo_library/gizmo_types/
H A Dmove3d_gizmo.c66 static void gizmo_move_matrix_basis_get(const wmGizmo *gz, float r_matrix[4][4]) in gizmo_move_matrix_basis_get()
70 copy_m4_m4(r_matrix, move->gizmo.matrix_basis); in gizmo_move_matrix_basis_get()
71 add_v3_v3(r_matrix[3], move->prop_co); in gizmo_move_matrix_basis_get()
H A Darrow3d_gizmo.c76 static void gizmo_arrow_matrix_basis_get(const wmGizmo *gz, float r_matrix[4][4]) in gizmo_arrow_matrix_basis_get()
80 copy_m4_m4(r_matrix, arrow->gizmo.matrix_basis); in gizmo_arrow_matrix_basis_get()
81 madd_v3_v3fl(r_matrix[3], arrow->gizmo.matrix_basis[2], arrow->data.offset); in gizmo_arrow_matrix_basis_get()
/dports/security/liboqs/liboqs-0.7.0/src/sig/picnic/external/
H A Dlowmc_pars.h67 const mzd_local_t* r_matrix; member

123