Home
last modified time | relevance | path

Searched refs:lu (Results 76 – 100 of 16991) sorted by relevance

12345678910>>...680

/dports/graphics/vips/vips-8.12.0/libvips/mosaicing/
H A Dmatrixinvert.c64 VipsImage *lu; member
77 VIPS_UNREF( matrix->lu ); in vips_matrixinvert_dispose()
119 VipsImage *lu; in lu_decomp() local
147 g_object_unref( lu ); in lu_decomp()
166 ME( lu, i, j ) -= ME( lu, i, k ) * ME( lu, k, j ); in lu_decomp()
173 ME( lu, i, j ) -= ME( lu, i, k ) * ME( lu, k, j ); in lu_decomp()
197 ME( lu, j, k ) = ME( lu, i_of_max, k ); in lu_decomp()
210 ME( lu, i, j ) /= ME( lu, j, j ); in lu_decomp()
214 return( lu ); in lu_decomp()
240 if( lu->Xsize + 1 != lu->Ysize ) { in lu_solve()
[all …]
/dports/databases/db18/db-18.1.40/src/heap/
H A Dheap.src33 OP opcode u_int32_t lu
35 ARG pgno db_pgno_t lu
36 ARG indx u_int32_t lu
37 ARG nbytes u_int32_t lu
44 OP opcode u_int32_t lu
46 ARG pgno db_pgno_t lu
47 ARG indx u_int32_t lu
57 ARG pgno db_pgno_t lu
58 ARG indx u_int32_t lu
79 ARG pgno db_pgno_t lu
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/lapack/
H A Dgetrf.hpp35 void getrs(Context&& ctxt, LU const& lu, IPIV const& ipiv, B&& b){ in getrs() argument
36 assert( size(lu) == size(~lu) ); in getrs()
37 assert( stride(lu) == 1 ); in getrs()
38 assert( size(ipiv) >= size(lu) ); in getrs()
41 …std::forward<Context>(ctxt).getrs('N', size(lu), size(~b), base(lu), stride(~lu), ipiv.data(), bas… in getrs()
45 void getrs_one(Context&& ctxt, LU const& lu, IPIV const& ipiv, V&& b){ in getrs_one() argument
46 assert( size(lu) == size(~lu) ); in getrs_one()
47 assert( stride(lu) == 1 ); in getrs_one()
50 …std::forward<Context>(ctxt).getrs('N', size(lu), 1, base(lu), stride(~lu), ipiv.data(), base(b), s… in getrs_one()
58 void getrs(LU const& lu, IPIV const& ipiv, B&& b){return getrs(::lapack::context{}, lu, ipiv, std::… in getrs() argument
[all …]
/dports/databases/db5/db-5.3.28/src/qam/
H A Dqam.src27 ARG recno db_recno_t lu
36 ARG opcode u_int32_t lu
54 POINTER lsn DB_LSN * lu
55 ARG pgno db_pgno_t lu
56 ARG indx u_int32_t lu
57 ARG recno db_recno_t lu
69 ARG pgno db_pgno_t lu
70 ARG indx u_int32_t lu
73 ARG vflag u_int32_t lu
85 ARG pgno db_pgno_t lu
[all …]
/dports/databases/db18/db-18.1.40/src/qam/
H A Dqam.src27 ARG recno db_recno_t lu
36 ARG opcode u_int32_t lu
53 POINTER lsn DB_LSN * lu
54 ARG pgno db_pgno_t lu
55 ARG indx u_int32_t lu
56 ARG recno db_recno_t lu
68 ARG pgno db_pgno_t lu
69 ARG indx u_int32_t lu
72 ARG vflag u_int32_t lu
84 ARG pgno db_pgno_t lu
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dqam.src36 ARG fileid int32_t lu
37 POINTER lsn DB_LSN * lu
45 ARG fileid int32_t lu
46 ARG recno db_recno_t lu
54 ARG opcode u_int32_t lu
55 ARG fileid int32_t lu
69 ARG fileid int32_t lu
71 ARG pgno db_pgno_t lu
72 ARG indx u_int32_t lu
85 ARG pgno db_pgno_t lu
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dqam.src36 ARG fileid int32_t lu
37 POINTER lsn DB_LSN * lu
45 ARG fileid int32_t lu
46 ARG recno db_recno_t lu
54 ARG opcode u_int32_t lu
55 ARG fileid int32_t lu
69 ARG fileid int32_t lu
71 ARG pgno db_pgno_t lu
72 ARG indx u_int32_t lu
85 ARG pgno db_pgno_t lu
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/eigen2/
H A Deigen2_lu.cpp52 LU<MatrixType> lu(m1); in lu_non_invertible() local
56 VERIFY(rank == lu.rank()); in lu_non_invertible()
57 VERIFY(cols - lu.rank() == lu.dimensionOfKernel()); in lu_non_invertible()
58 VERIFY(!lu.isInjective()); in lu_non_invertible()
60 VERIFY(lu.isSurjective() == (lu.rank() == rows)); in lu_non_invertible()
69 lu.solve(m3, &m2); in lu_non_invertible()
95 LU<MatrixType> lu(m1); in lu_invertible() local
97 VERIFY(size == lu.rank()); in lu_invertible()
98 VERIFY(lu.isInjective()); in lu_invertible()
101 VERIFY(lu.image().lu().isInvertible()); in lu_invertible()
[all …]
/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/
H A Dbyteswap.h25 #define lu(from,i,s) (((__libelf_u32_t)((unsigned char*)(from))[i])<<(s)) macro
29 (lu(from,1,8) | lu(from,0,0)))
31 (lu(from,0,8) | lu(from,1,0)))
33 (li(from,1,8) | lu(from,0,0)))
35 (li(from,0,8) | lu(from,1,0)))
38 (lu(from,3,24) | lu(from,2,16) | lu(from,1,8) | lu(from,0,0)))
40 (lu(from,0,24) | lu(from,1,16) | lu(from,2,8) | lu(from,3,0)))
42 (li(from,3,24) | lu(from,2,16) | lu(from,1,8) | lu(from,0,0)))
44 (li(from,0,24) | lu(from,1,16) | lu(from,2,8) | lu(from,3,0)))
/dports/devel/libelf/libelf-0.8.13/lib/
H A Dbyteswap.h25 #define lu(from,i,s) (((__libelf_u32_t)((unsigned char*)(from))[i])<<(s)) macro
29 (lu(from,1,8) | lu(from,0,0)))
31 (lu(from,0,8) | lu(from,1,0)))
33 (li(from,1,8) | lu(from,0,0)))
35 (li(from,0,8) | lu(from,1,0)))
38 (lu(from,3,24) | lu(from,2,16) | lu(from,1,8) | lu(from,0,0)))
40 (lu(from,0,24) | lu(from,1,16) | lu(from,2,8) | lu(from,3,0)))
42 (li(from,3,24) | lu(from,2,16) | lu(from,1,8) | lu(from,0,0)))
44 (li(from,0,24) | lu(from,1,16) | lu(from,2,8) | lu(from,3,0)))
/dports/security/keybase/client-v5.7.1/go/kbfs/idutil/
H A Dlocal.go31 return lu.CryptPublicKeys[lu.CurrentCryptPublicKeyIndex]
36 return lu.VerifyingKeys[lu.CurrentVerifyingKeyIndex]
95 func (lu LocalUser) DeepCopy() LocalUser {
96 luCopy := lu
100 copy(luCopy.VerifyingKeys, lu.VerifyingKeys)
107 for k, v := range lu.KIDNames {
113 len(lu.RevokedVerifyingKeys))
114 for k, v := range lu.RevokedVerifyingKeys {
120 len(lu.RevokedCryptPublicKeys))
121 for k, v := range lu.RevokedCryptPublicKeys {
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DFieldLUDecompositionTest.java99 l = lu.getL(); in testPAEqualLU()
100 u = lu.getU(); in testPAEqualLU()
101 p = lu.getP(); in testPAEqualLU()
109 l = lu.getL(); in testPAEqualLU()
110 u = lu.getU(); in testPAEqualLU()
111 p = lu.getP(); in testPAEqualLU()
117 Assert.assertNull(lu.getL()); in testPAEqualLU()
118 Assert.assertNull(lu.getU()); in testPAEqualLU()
119 Assert.assertNull(lu.getP()); in testPAEqualLU()
124 Assert.assertNull(lu.getL()); in testPAEqualLU()
[all …]
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_eigen__nonsymmv.c422 complex_pair = gsl_matrix_get(T, lu, lu - 1) != 0.0;
434 Tv = gsl_matrix_submatrix(T, lu, lu, 1, 1);
478 v1 = gsl_matrix_subcolumn(T, lu, 0, lu);
491 Tv = gsl_matrix_submatrix(T, lu - 1, lu - 1, 2, 2);
545 v1 = gsl_matrix_subcolumn(T, lu - 1, 0, lu - 1);
549 v1 = gsl_matrix_subcolumn(T, lu, 0, lu - 1);
674 complex_pair = gsl_matrix_get(T, lu, lu - 1) != 0.0;
687 Tv = gsl_matrix_submatrix(T, lu, lu, 1, 1);
736 v1 = gsl_matrix_subcolumn(T, lu, 0, lu);
752 Tv = gsl_matrix_submatrix(T, lu - 1, lu - 1, 2, 2);
[all …]
/dports/math/gsl/gsl-2.7/eigen/
H A Dnonsymmv.c439 complex_pair = gsl_matrix_get(T, lu, lu - 1) != 0.0; in nonsymmv_get_right_eigenvectors()
451 Tv = gsl_matrix_submatrix(T, lu, lu, 1, 1); in nonsymmv_get_right_eigenvectors()
495 v1 = gsl_matrix_subcolumn(T, lu, 0, lu); in nonsymmv_get_right_eigenvectors()
508 Tv = gsl_matrix_submatrix(T, lu - 1, lu - 1, 2, 2); in nonsymmv_get_right_eigenvectors()
562 v1 = gsl_matrix_subcolumn(T, lu - 1, 0, lu - 1); in nonsymmv_get_right_eigenvectors()
566 v1 = gsl_matrix_subcolumn(T, lu, 0, lu - 1); in nonsymmv_get_right_eigenvectors()
691 complex_pair = gsl_matrix_get(T, lu, lu - 1) != 0.0; in nonsymmv_get_right_eigenvectors()
704 Tv = gsl_matrix_submatrix(T, lu, lu, 1, 1); in nonsymmv_get_right_eigenvectors()
753 v1 = gsl_matrix_subcolumn(T, lu, 0, lu); in nonsymmv_get_right_eigenvectors()
769 Tv = gsl_matrix_submatrix(T, lu - 1, lu - 1, 2, 2); in nonsymmv_get_right_eigenvectors()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/tests/unit_tests/
H A Dlu.tst16 [L,U]=lu(A);
18 [L,U,E]=lu(A);
22 [L,U,E]=lu(A);
32 [L,U]=lu(A);
37 [L,U]=lu(Ac);
44 [L,U]=lu(A);
49 [L,U]=lu(Ac);
56 [L,U]=lu(A);
71 [L,U]=lu(A);
83 [L,U]=lu(A);
[all …]
H A Dlu.dia.ref15 [L,U]=lu(A);
17 [L,U,E]=lu(A);
21 [L,U,E]=lu(A);
30 [L,U]=lu(A);
35 [L,U]=lu(Ac);
42 [L,U]=lu(A);
47 [L,U]=lu(Ac);
54 [L,U]=lu(A);
68 [L,U]=lu(A);
80 [L,U]=lu(A);
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/imdi/
H A Dcctiff.c377 lu->input(lu, vals, vals); in input_curve()
392 lu->input(lu, vals, vals); in input_curve()
420 lu->fwd_abs(lu, pcsv, pcsv); in md_table()
431 lu->fwd_abs(lu, pcsv, pcsv); in md_table()
440 lu->clut(lu, pcsv, vals); in md_table()
444 lu->output(lu, pcsv, pcsv); in md_table()
473 lu->in_abs(lu, pcsv, pcsv); in md_table()
474 lu->matrix(lu, pcsv, pcsv); in md_table()
475 lu->input(lu, pcsv, pcsv); in md_table()
529 lu->output(lu, vals, vals); in output_curve()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/imdi/
H A Dcctiff.c377 lu->input(lu, vals, vals); in input_curve()
392 lu->input(lu, vals, vals); in input_curve()
420 lu->fwd_abs(lu, pcsv, pcsv); in md_table()
431 lu->fwd_abs(lu, pcsv, pcsv); in md_table()
440 lu->clut(lu, pcsv, vals); in md_table()
444 lu->output(lu, pcsv, pcsv); in md_table()
473 lu->in_abs(lu, pcsv, pcsv); in md_table()
474 lu->matrix(lu, pcsv, pcsv); in md_table()
475 lu->input(lu, pcsv, pcsv); in md_table()
529 lu->output(lu, vals, vals); in output_curve()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/benches/linalg/
H A Dlu.rs21 let lu = LU::new(m.clone()); in lu_solve_10x10() localVariable
25 lu.solve(&mut b); in lu_solve_10x10()
31 let lu = LU::new(m.clone()); in lu_solve_100x100() localVariable
35 lu.solve(&mut b); in lu_solve_100x100()
41 let lu = LU::new(m.clone()); in lu_solve_500x500() localVariable
45 lu.solve(&mut b); in lu_solve_500x500()
51 let lu = LU::new(m.clone()); in lu_inverse_10x10() localVariable
58 let lu = LU::new(m.clone()); in lu_inverse_100x100() localVariable
65 let lu = LU::new(m.clone()); in lu_inverse_500x500() localVariable
72 let lu = LU::new(m.clone()); in lu_determinant_10x10() localVariable
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/benches/linalg/
H A Dlu.rs21 let lu = LU::new(m.clone());
25 lu.solve(&mut b);
31 let lu = LU::new(m.clone());
35 lu.solve(&mut b);
41 let lu = LU::new(m.clone());
45 lu.solve(&mut b);
51 let lu = LU::new(m.clone());
58 let lu = LU::new(m.clone());
65 let lu = LU::new(m.clone());
72 let lu = LU::new(m.clone());
[all …]
/dports/sysutils/dar/dar-2.5.14-bis/src/testing/
H A Dtest_tuyau.cpp110 unsigned int lu; in action_xmit() local
127 lu = 0; in action_xmit()
128 while(lu < buffer_size) in action_xmit()
129 lu += in->read(in_buffer+lu, buffer_size-lu); in action_xmit()
133 lu = 0; in action_xmit()
136 lu++; in action_xmit()
137 if(lu > 0) in action_xmit()
160 U_32 lu; in action_loop() local
164 lu = 0; in action_loop()
165 while(lu < buffer_size) in action_loop()
[all …]
/dports/science/siconos/siconos-4.4.0/externals/SOL/lumod-c/
H A Dlumod_dense.c204 lu = n; in LUmod_dense()
208 U[lu] = w[j]; in LUmod_dense()
211 lu += incu; in LUmod_dense()
241 lu = kcol; in LUmod_dense()
245 U[lu] = w[i]; in LUmod_dense()
246 lu += incu; in LUmod_dense()
330 lu = n; in LUmod_dense()
463 lu = 1; in Usolve_dense()
476 hold = U[lu]; in Usolve_dense()
621 lu -= incu; in LUback_dense()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dformat-lua-16 cat <<\EOF > f-lu-1.data
63 echo "gettext.gettext(${string});" > f-lu-1-$n.in
64 ${XGETTEXT} -L Lua -o f-lu-1-$n.po f-lu-1-$n.in || Exit 1
65 test -f f-lu-1-$n.po || Exit 1
68 if grep lua-format f-lu-1-$n.po > /dev/null; then
74 if grep lua-format f-lu-1-$n.po > /dev/null; then
82 cat f-lu-1-$n.in 1>&2
84 cat f-lu-1-$n.po 1>&2
87 rm -f f-lu-1-$n.in f-lu-1-$n.po
88 done < f-lu-1.data
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dformat-lua-16 cat <<\EOF > f-lu-1.data
63 echo "gettext.gettext(${string});" > f-lu-1-$n.in
64 ${XGETTEXT} -L Lua -o f-lu-1-$n.po f-lu-1-$n.in || Exit 1
65 test -f f-lu-1-$n.po || Exit 1
68 if grep lua-format f-lu-1-$n.po > /dev/null; then
74 if grep lua-format f-lu-1-$n.po > /dev/null; then
82 cat f-lu-1-$n.in 1>&2
84 cat f-lu-1-$n.po 1>&2
87 rm -f f-lu-1-$n.in f-lu-1-$n.po
88 done < f-lu-1.data
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/tests/
H A Dformat-lua-16 cat <<\EOF > f-lu-1.data
63 echo "gettext.gettext(${string});" > f-lu-1-$n.in
64 ${XGETTEXT} -L Lua -o f-lu-1-$n.po f-lu-1-$n.in || Exit 1
65 test -f f-lu-1-$n.po || Exit 1
68 if grep lua-format f-lu-1-$n.po > /dev/null; then
74 if grep lua-format f-lu-1-$n.po > /dev/null; then
82 cat f-lu-1-$n.in 1>&2
84 cat f-lu-1-$n.po 1>&2
87 rm -f f-lu-1-$n.in f-lu-1-$n.po
88 done < f-lu-1.data

12345678910>>...680