Home
last modified time | relevance | path

Searched refs:coeffs2 (Results 1 – 25 of 94) sorted by relevance

1234

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dgenerics.cc48 coeffs2->cfKillChar(coeffs2); in gKillChar()
53 coeffs2->cfSetChar(coeffs2); in gSetChar()
120 cc->a2=coeffs2->cfInit(i,coeffs2); in gInit()
128 cc->a2=coeffs2->cfInitMPZ(i,coeffs2); in gInitMPZ()
136 int s2=coeffs2->cfSize(aa->a2,coeffs2); in gSize()
147 long s2=coeffs2->cfInt(aa->a2,coeffs2); in gInt()
158 coeffs2->cfMPZ(r2,n,coeffs2); in gMPZ()
185 cc->a2=coeffs2->cfCopy(aa->a2,coeffs2); in gCopy()
218 number tmp=coeffs2->cfInit(1,coeffs2); in gRead()
229 coeffs2->cfNormalize(aa->a2,coeffs2); in gNormalize()
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/math/
H A Dpolynomials.tcl216 set coeffs2 [lindex $polyn2 1]
226 set coeffs2 [concat 0.0 $coeffs2]
263 set coeffs2 [lindex $polyn2 1]
273 set coeffs2 [concat 0.0 $coeffs2]
311 set coeffs2 [lindex $polyn2 1]
326 foreach c $coeffs2 {
333 foreach c2 $coeffs2 {
375 set coeffs2 [lindex $polyn2 1]
383 if { $coeffs2 == {} } {
423 if { $coeffs2 == {} } {
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dpolynomials.tcl216 set coeffs2 [lindex $polyn2 1]
226 set coeffs2 [concat 0.0 $coeffs2]
263 set coeffs2 [lindex $polyn2 1]
273 set coeffs2 [concat 0.0 $coeffs2]
311 set coeffs2 [lindex $polyn2 1]
326 foreach c $coeffs2 {
333 foreach c2 $coeffs2 {
375 set coeffs2 [lindex $polyn2 1]
383 if { $coeffs2 == {} } {
423 if { $coeffs2 == {} } {
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dpolynomials.tcl216 set coeffs2 [lindex $polyn2 1]
226 set coeffs2 [concat 0.0 $coeffs2]
263 set coeffs2 [lindex $polyn2 1]
273 set coeffs2 [concat 0.0 $coeffs2]
311 set coeffs2 [lindex $polyn2 1]
326 foreach c $coeffs2 {
333 foreach c2 $coeffs2 {
375 set coeffs2 [lindex $polyn2 1]
383 if { $coeffs2 == {} } {
423 if { $coeffs2 == {} } {
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dmmn.F90154 complex(dp), pointer :: coeffs2(:,:) => null()! Auxiliary array to store the local
182 call re_alloc( coeffs2, &
220 coeffs2(:,:) = coeffs(:,:,indexneig)
253 coeffs2(jo,iband) = coeffs2(jo,iband) * conjg(eigx)
304 & coeffs(:,:,ik), coeffs2, &
317 call de_alloc(coeffs2, 'coeffs2', 'Mmn')
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Examples/small_cplex_soc/
H A Dmain.cc64 COMISO::LinearConstraint::SVectorNC coeffs2(n); in main() local
65 coeffs2.coeffRef(0) = 1.0; in main()
66 coeffs2.coeffRef(1) = -2.0; in main()
67 coeffs2.coeffRef(2) = 1.0; in main()
68 COMISO::LinearConstraint term2(coeffs2,-1.0,COMISO::NConstraintInterface::NC_EQUAL); in main()
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/pqc/math/ntru/util/test/
H A DArrayEncoderTest.java19 int[] coeffs2 = ArrayEncoder.decodeModQ(data, 1000, 2048); in testEncodeDecodeModQ() local
20 assertTrue(Arrays.areEqual(coeffs, coeffs2)); in testEncodeDecodeModQ()
39 int[] coeffs2 = ArrayEncoder.decodeMod3Tight(data, 1000); in testEncodeDecodeMod3Tight() local
40 assertTrue(Arrays.areEqual(coeffs, coeffs2)); in testEncodeDecodeMod3Tight()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Examples/small_nleast_squares/
H A Dmain.cc58 COMISO::LinearConstraint::SVectorNC coeffs2(n); in main() local
59 coeffs2.coeffRef(0) = 1.0; in main()
60 coeffs2.coeffRef(1) = -2.0; in main()
61 COMISO::LinearConstraint term2(coeffs2,-1.0,COMISO::NConstraintInterface::NC_EQUAL); in main()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Examples/small_nsolver/
H A Dmain.cc58 COMISO::LinearConstraint::SVectorNC coeffs2(n); in main() local
59 coeffs2.coeffRef(0) = 1.0; in main()
60 coeffs2.coeffRef(1) = -2.0; in main()
61 COMISO::LinearConstraint term2(coeffs2,-1.0,COMISO::NConstraintInterface::NC_EQUAL); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_poly_templates/
H A Dmulmod_preinv.c68 TEMPLATE(T, struct) * fcoeffs, * coeffs1, * coeffs2; in TEMPLATE()
105 coeffs2 = _TEMPLATE(T, vec_init) (len2, ctx); in TEMPLATE()
106 _TEMPLATE(T, vec_set) (coeffs2, poly2->coeffs, len2, ctx); in TEMPLATE()
109 coeffs2 = poly2->coeffs; in TEMPLATE()
113 coeffs2, len2, in TEMPLATE()
123 _TEMPLATE(T, vec_clear) (coeffs2, len2, ctx); in TEMPLATE()
/dports/math/e-antic/flint2-ae7ec89/fq_poly_templates/
H A Dmulmod_preinv.c68 TEMPLATE(T, struct) * fcoeffs, * coeffs1, * coeffs2; in TEMPLATE()
105 coeffs2 = _TEMPLATE(T, vec_init) (len2, ctx); in TEMPLATE()
106 _TEMPLATE(T, vec_set) (coeffs2, poly2->coeffs, len2, ctx); in TEMPLATE()
109 coeffs2 = poly2->coeffs; in TEMPLATE()
113 coeffs2, len2, in TEMPLATE()
123 _TEMPLATE(T, vec_clear) (coeffs2, len2, ctx); in TEMPLATE()
/dports/math/flint2/flint-2.8.4/fq_poly_templates/
H A Dmulmod_preinv.c68 TEMPLATE(T, struct) * fcoeffs, * coeffs1, * coeffs2; in TEMPLATE()
105 coeffs2 = _TEMPLATE(T, vec_init) (len2, ctx); in TEMPLATE()
106 _TEMPLATE(T, vec_set) (coeffs2, poly2->coeffs, len2, ctx); in TEMPLATE()
109 coeffs2 = poly2->coeffs; in TEMPLATE()
113 coeffs2, len2, in TEMPLATE()
123 _TEMPLATE(T, vec_clear) (coeffs2, len2, ctx); in TEMPLATE()
/dports/math/chaco/Chaco-2.2/code/optimize/
H A Dfunc3d.c901 double constraint(coeffs2) in constraint() argument
950 static double gradcon0(coeffs2) in gradcon0() argument
951 double *coeffs2; in gradcon0()
986 double *coeffs2; in gradcon1()
1021 double *coeffs2; in gradcon2()
1084 double *coeffs2; in hesscon00()
1173 double *coeffs2; in hesscon11()
1262 double *coeffs2; in hesscon22()
1351 double *coeffs2; in hesscon01()
1440 double *coeffs2; in hesscon02()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/pqc/math/ntru/polynomial/test/
H A DLongPolynomial5Test.java30 int[] coeffs2 = DenseTernaryPolynomial.generateRandom(coeffs1.length, rng).coeffs; in testMult() local
31 testMult(coeffs1, coeffs2); in testMult()
35 private void testMult(int[] coeffs1, int[] coeffs2) in testMult() argument
38 IntegerPolynomial i2 = new IntegerPolynomial(coeffs2); in testMult()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Tcl/
H A DResliceBSpline.tcl31 vtkImageBSplineCoefficients coeffs2
32 coeffs2 SetInputConnection [reader GetOutputPort]
33 coeffs2 SetSplineDegree 9
51 reslice3 SetInputConnection [coeffs2 GetOutputPort]
59 reslice4 SetInputConnection [coeffs2 GetOutputPort]
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/Testing/Python/
H A DResliceBSpline.py28 coeffs2 = vtk.vtkImageBSplineCoefficients() variable
29 coeffs2.SetInputConnection(reader.GetOutputPort())
30 coeffs2.SetSplineDegree(9)
45 reslice3.SetInputConnection(coeffs2.GetOutputPort())
52 reslice4.SetInputConnection(coeffs2.GetOutputPort())
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/Testing/Python/
H A DResliceBSpline.py28 coeffs2 = vtk.vtkImageBSplineCoefficients() variable
29 coeffs2.SetInputConnection(reader.GetOutputPort())
30 coeffs2.SetSplineDegree(9)
45 reslice3.SetInputConnection(coeffs2.GetOutputPort())
52 reslice4.SetInputConnection(coeffs2.GetOutputPort())
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Python/
H A DResliceBSpline.py29 coeffs2 = vtk.vtkImageBSplineCoefficients() variable
30 coeffs2.SetInputConnection(reader.GetOutputPort())
31 coeffs2.SetSplineDegree(9)
46 reslice3.SetInputConnection(coeffs2.GetOutputPort())
53 reslice4.SetInputConnection(coeffs2.GetOutputPort())
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/io/tests/
H A Dtest_real_npolynomial_io.cxx16 vnl_vector<double> coeffs(4),coeffs2; in test_real_npolynomial_io() local
33 coeffs2 = coeffs*2.0; in test_real_npolynomial_io()
37 vnl_real_npolynomial poly_out(coeffs, exponents), poly_in0,poly_in1(coeffs2,exponents); in test_real_npolynomial_io()
/dports/misc/vxl/vxl-3.3.2/core/vnl/io/tests/
H A Dtest_real_npolynomial_io.cxx17 vnl_vector<double> coeffs(4), coeffs2; in test_real_npolynomial_io() local
34 coeffs2 = coeffs * 2.0; in test_real_npolynomial_io()
38 vnl_real_npolynomial poly_out(coeffs, exponents), poly_in0, poly_in1(coeffs2, exponents); in test_real_npolynomial_io()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/rfnoc_block_tests/
H A Dfir_filter_block_test.cpp182 std::vector<int16_t> coeffs2{1, 3, 5, 7}; in BOOST_FIXTURE_TEST_CASE() local
183 test_fir_filter->set_coefficients(coeffs2); in BOOST_FIXTURE_TEST_CASE()
189 for (size_t i = 0; i < coeffs2.size(); i++) { in BOOST_FIXTURE_TEST_CASE()
190 BOOST_CHECK_EQUAL(reg_iface->coeffs.at(i), coeffs2.at(i)); in BOOST_FIXTURE_TEST_CASE()
192 for (size_t i = coeffs2.size(); i < MAX_NUM_COEFFS; i++) { in BOOST_FIXTURE_TEST_CASE()
/dports/math/py-PyWavelets/pywt-1.2.0/demo/
H A Ddwt2_dwtn_image.py17 coeffs2 = pywt.dwt2(original, 'bior1.3')
18 LL, (LH, HL, HH) = coeffs2
30 reconstructed = pywt.idwt2(coeffs2, 'bior1.3')
/dports/math/py-PyWavelets/pywt-1.2.0/doc/source/pyplots/
H A Dcamera_approx_detail.py14 coeffs2 = pywt.dwt2(original, 'bior1.3') variable
15 LL, (LH, HL, HH) = coeffs2
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Dpb_preprocess_tactic.cpp197 vector<rational> coeffs1, coeffs2; in simplify() local
211 if (!to_ge(g->form(k), args2, coeffs2, k2)) continue; in simplify()
212 if (subsumes(args1, coeffs1, k1, args2, coeffs2, k2)) { in simplify()
479 vector<rational> coeffs1, coeffs2; in resolve() local
483 if (!to_ge(g->form(idx2), args2, coeffs2, k2)) return; in resolve()
500 min_coeff = coeffs2[j]; in resolve()
502 else if (min_coeff > coeffs2[j]) { in resolve()
503 min_coeff = coeffs2[j]; in resolve()
522 tmp1 = pb.mk_ge(args2.size(), coeffs2.c_ptr(), args2.c_ptr(), k2); in resolve()
622 vector<rational> const& coeffs2, rational const& k2) { in subsumes() argument
[all …]
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Dpb_preprocess_tactic.cpp199 vector<rational> coeffs1, coeffs2; in simplify() local
213 if (!to_ge(g->form(k), args2, coeffs2, k2)) continue; in simplify()
214 if (subsumes(args1, coeffs1, k1, args2, coeffs2, k2)) { in simplify()
486 vector<rational> coeffs1, coeffs2; in resolve() local
490 if (!to_ge(fml2, args2, coeffs2, k2)) in resolve()
510 if (i == 0 || min_coeff > coeffs2[j]) { in resolve()
511 min_coeff = coeffs2[j]; in resolve()
533 tmp1 = pb.mk_ge(args2.size(), coeffs2.data(), args2.data(), k2); in resolve()
631 vector<rational> const& coeffs2, rational const& k2) { in subsumes() argument
637 if (coeffs1[i] > coeffs2[j]) return false; in subsumes()

1234