Home
last modified time | relevance | path

Searched refs:nrm_type (Results 1 – 9 of 9) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/contrib/CGPenalty/
H A DIpCGPenaltyCq.cpp74 CGPenaltyCq::curr_jac_cd_norm(Index nrm_type) in curr_jac_cd_norm() argument
87 if (nrm_type == 3) { in curr_jac_cd_norm()
90 if (nrm_type == 1) { in curr_jac_cd_norm()
101 if (nrm_type == 3) { in curr_jac_cd_norm()
104 if (nrm_type == 1) { in curr_jac_cd_norm()
110 if (nrm_type == 1) { in curr_jac_cd_norm()
H A DIpCGPenaltyCq.hpp48 Number curr_jac_cd_norm(Index nrm_type);
/dports/security/ncrypt/ncrypt-0.8.1/
H A Dnrm.c41 struct nrm_context *context, int nrm_type) { in check_interactive() argument
44 if(nrm_type == NRM_DESCEND) { in check_interactive()
46 } else if(nrm_type == NRM_DEL_DIR) { in check_interactive()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Ddaisy.cpp564 static void normalize_descriptor( float* desc, const DAISY::NormalizationType nrm_type, const int _… in normalize_descriptor() argument
567 if( nrm_type == DAISY::NRM_NONE ) return; in normalize_descriptor()
568 …else if( nrm_type == DAISY::NRM_PARTIAL ) normalize_partial(desc,_grid_point_number,_hist_th_q_no); in normalize_descriptor()
569 else if( nrm_type == DAISY::NRM_FULL ) normalize_full(desc,_descriptor_size); in normalize_descriptor()
570 else if( nrm_type == DAISY::NRM_SIFT ) normalize_sift_way(desc,_descriptor_size); in normalize_descriptor()
1061 nrm_type = _nrm_type; in NormalizeDescriptorsInvoker()
1071 normalize_descriptor( descriptors->ptr<float>(d), nrm_type, in operator ()()
1077 DAISY::NormalizationType nrm_type; member
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_linalg.py2109 for size, dtype, nrm_type in \
2112 check(a, ord=nrm_type)
2115 for dtype, nrm_type in \
2118 check(a, ord=nrm_type)
2127 for size, dtype, order, nrm_type in \
2131 check(a, ord=nrm_type)
2136 for dtype, nrm_type, order in \
2140 check(a[:3], ord=nrm_type)
2143 check(a[:, 3:], ord=nrm_type)
2146 check(a[1, 4::3], ord=nrm_type)
[all …]
/dports/science/hypre/hypre-2.23.0/src/parcsr_mv/
H A Dpar_csr_matrix.c2214 HYPRE_Int nrm_type) in hypre_ParCSRMatrixTruncate() argument
2321 if (nrm_type == 0) in hypre_ParCSRMatrixTruncate()
2335 if (nrm_type == 1) in hypre_ParCSRMatrixTruncate()
2347 if (nrm_type == 2) in hypre_ParCSRMatrixTruncate()
H A Dprotos.h49 …e_ParCSRMatrix *A, HYPRE_Real tol, HYPRE_Int max_row_elmts, HYPRE_Int rescale, HYPRE_Int nrm_type);
H A D_hypre_parcsr_mv.h675 …e_ParCSRMatrix *A, HYPRE_Real tol, HYPRE_Int max_row_elmts, HYPRE_Int rescale, HYPRE_Int nrm_type);
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_interp.c2592 HYPRE_Int nrm_type = 0; // Use infty-norm of row to perform treshold dropping in hypre_BoomerAMGInterpTruncation() local
2593 return hypre_ParCSRMatrixTruncate(P, trunc_factor, max_elmts, rescale, nrm_type); in hypre_BoomerAMGInterpTruncation()