Home
last modified time | relevance | path

Searched refs:mat_get (Results 1 – 5 of 5) sorted by relevance

/dports/science/libefp/libefp-1.5.0/efpmd/src/
H A Dhess.c135 sum += fact[k] * mat_get(rotmat, i, k) * mat_get(rotmat, j, k); in get_inertia_factor()
185 w += mat_get(fact2, j, k) * in[stride * i + k]; in w_tr_rot()
200 w += mat_get(fact1, i, k) * in[stride * k + j]; in w_rot_tr()
218 w2 += mat_get(fact2, j, jj) * in[stride * ii + jj]; in w_rot_rot()
220 w1 += w2 * mat_get(fact1, i, ii); in w_rot_rot()
/dports/science/libefp/libefp-1.5.0/src/
H A Dutil.c230 mat_get(rotmat, a2, a1) * in efp_rotate_t2()
231 mat_get(rotmat, b2, b1); in efp_rotate_t2()
248 a = mat_get(rotmat, a2, a1); in efp_rotate_t3()
249 b = mat_get(rotmat, b2, b1); in efp_rotate_t3()
250 c = mat_get(rotmat, c2, c1); in efp_rotate_t3()
H A Daidisp.c54 m = mat_get(tensor + k, i, j); in quadrature()
H A Dmathutil.h232 mat_get(const mat_t *mat, size_t a1, size_t a2) in mat_get() function
/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/src/cpp/
H A DMat.cpp2466 template<typename T> static int mat_get(cv::Mat* m, int row, int col, int count, char* buff) in mat_get() function
2483 int res = mat_get<typename JavaOpenCVTrait<ARRAY>::value_type>(me, row, col, count, values); in java_mat_get()