Home
last modified time | relevance | path

Searched refs:rmats (Results 1 – 13 of 13) sorted by relevance

/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dcfbgibbs.c202 rmats[pos][j][k][0] = x; in precompute()
206 rmats[pos][j][k][i] = x; in precompute()
248 rmats[pos][fpos][j][k][0] = x ; in recursivemats()
412 double ***mats, double ****rmats, in csamplestatepath() argument
727 precompute(R, mo, mats, rmats); in ghmm_dmodel_cfbgibbstep()
768 double *****rmats; in ghmm_dmodel_cfbgibbs() local
773 ARRAY_MALLOC (rmats, limit+1); in ghmm_dmodel_cfbgibbs()
822 m_free(rmats); in ghmm_dmodel_cfbgibbs()
831 double ****rmats; in ghmm_dmodel_cfbgibbs() local
835 ARRAY_MALLOC (rmats, limit); in ghmm_dmodel_cfbgibbs()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/test/
H A Dtest_wave_correction.cpp16 std::vector<Mat> rmats; in correctionKind() local
19 rmats.push_back(camera.R); in correctionKind()
21 return detail::autoDetectWaveCorrectKind(rmats); in correctionKind()
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dmotion_estimators.cpp892 xs.reserve(rmats.size()); in autoDetectWaveCorrectKind()
893 ys.reserve(rmats.size()); in autoDetectWaveCorrectKind()
900 for (const Mat& rmat: rmats) in autoDetectWaveCorrectKind()
934 if (rmats.size() <= 1) in waveCorrect()
946 for (size_t i = 0; i < rmats.size(); ++i) in waveCorrect()
948 Mat col = rmats[i].col(0); in waveCorrect()
964 for (size_t i = 0; i < rmats.size(); ++i) in waveCorrect()
965 img_k += rmats[i].col(2); in waveCorrect()
982 conf += rg0.dot(rmats[i].col(0)); in waveCorrect()
992 conf -= rg1.dot(rmats[i].col(0)); in waveCorrect()
[all …]
H A Dstitcher.cpp532 std::vector<Mat> rmats; in estimateCameraParams() local
534 rmats.push_back(cameras_[i].R.clone()); in estimateCameraParams()
535 detail::waveCorrect(rmats, wave_correct_kind_); in estimateCameraParams()
537 cameras_[i].R = rmats[i]; in estimateCameraParams()
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/pilut/
H A Dparilut.c65 ReduceMatType *rmats[2], nrmat; in hypre_ParILUT() local
85 rmats[0] = rmat; in hypre_ParILUT()
86 rmats[1] = &nrmat; in hypre_ParILUT()
106 hypre_ComputeCommInfo(rmats[nlevel%2], &cinfo, ddist->ddist_rowdist, globals ); in hypre_ParILUT()
107 nmis = hypre_SelectSet(rmats[nlevel%2], &cinfo, perm, iperm, newperm, newiperm, globals ); in hypre_ParILUT()
109 hypre_FactorLocal(ldu, rmats[nlevel%2], rmats[(nlevel+1)%2], &cinfo, in hypre_ParILUT()
116 hypre_ComputeRmat(ldu, rmats[nlevel%2], rmats[(nlevel+1)%2], &cinfo, in hypre_ParILUT()
128 ndone = rmats[nlevel%2]->rmat_ndone = ndone+nmis; in hypre_ParILUT()
129 ntogo = rmats[nlevel%2]->rmat_ntogo = ntogo-nmis; in hypre_ParILUT()
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dstitching_detailed.py394 rmats = []
396 rmats.append(np.copy(cam.R))
397 rmats = cv.detail.waveCorrect(rmats, wave_correct)
399 cam.R = rmats[idx]
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp342 WaveCorrectKind autoDetectWaveCorrectKind(const std::vector<Mat> &rmats);
349 void CV_EXPORTS_W waveCorrect(CV_IN_OUT std::vector<Mat> &rmats, WaveCorrectKind kind);
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dstitching_detailed.cpp609 vector<Mat> rmats; in main() local
611 rmats.push_back(cameras[i].R.clone()); in main()
612 waveCorrect(rmats, wave_correct); in main()
614 cameras[i].R = rmats[i]; in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-ssa-warn-access.cc1906 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p() local
1908 || (rmats = lookup_attribute ("malloc", rmats)); in matching_alloc_calls_p()
1910 rmats = rmats ? TREE_CHAIN (rmats) : NULL_TREE) in matching_alloc_calls_p()
1931 if (tree args = rmats ? TREE_VALUE (rmats) : NULL_TREE) in matching_alloc_calls_p()
/dports/math/R-cran-bdsmatrix/bdsmatrix/tests/
H A Dreconcile.Rout.save78 > # The case list(tmat, tmat) will fail - can't have 2 rmats
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbuiltins.c13466 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p() local
13468 || (rmats = lookup_attribute ("malloc", rmats)); in matching_alloc_calls_p()
13470 rmats = rmats ? TREE_CHAIN (rmats) : NULL_TREE) in matching_alloc_calls_p()
13491 if (tree args = rmats ? TREE_VALUE (rmats) : NULL_TREE) in matching_alloc_calls_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbuiltins.c13466 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p() local
13468 || (rmats = lookup_attribute ("malloc", rmats)); in matching_alloc_calls_p()
13470 rmats = rmats ? TREE_CHAIN (rmats) : NULL_TREE) in matching_alloc_calls_p()
13491 if (tree args = rmats ? TREE_VALUE (rmats) : NULL_TREE) in matching_alloc_calls_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbuiltins.c13466 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p() local
13468 || (rmats = lookup_attribute ("malloc", rmats)); in matching_alloc_calls_p()
13470 rmats = rmats ? TREE_CHAIN (rmats) : NULL_TREE) in matching_alloc_calls_p()
13491 if (tree args = rmats ? TREE_VALUE (rmats) : NULL_TREE) in matching_alloc_calls_p()