Home
last modified time | relevance | path

Searched refs:lu (Results 126 – 150 of 20703) sorted by relevance

12345678910>>...829

/dports/databases/db5/db-5.3.28/src/heap/
H A Dheap.src33 ARG 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
56 ARG meta_pgno db_pgno_t lu
57 ARG pgno db_pgno_t lu
58 ARG ptype u_int32_t lu
59 ARG last_pgno db_pgno_t lu
76 ARG pgno db_pgno_t lu
81 ARG nregions u_int32_t lu
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/linalg/
H A Dfull_piv_lu.rs11 use crate::linalg::lu;
35 lu: OMatrix<T, R, C>, field
89 Self { lu: matrix, p, q } in new()
94 &self.lu in lu_internal()
194 self.lu.nrows(), in solve_mut()
199 self.lu.is_square(), in solve_mut()
221 self.lu.is_square(), in try_inverse()
239 self.lu.is_square(), in is_invertible()
243 let dim = self.lu.nrows(); in is_invertible()
251 self.lu.is_square(), in determinant()
[all …]
/dports/www/gallery2/gallery2/modules/comment/po/
H A Dvi.po34 msgstr "Thêm bình luận"
37 msgstr "thêm bình luận"
61 msgstr "Bình luận"
70 msgstr "[bình luận] Thêm bình luận"
73 msgstr "[bình luận] Chỉnh sửa bình luận"
76 msgstr "[bình luận] Xóa bình luận"
79 msgstr "[bình luận] Xem bình luận"
89 msgstr "Bình luận: %d"
92 msgstr "Xem bình luận"
125 msgstr "Bình luận"
[all …]
/dports/math/PDL/PDL-2.019/GENERATED/PDL/
H A DMatrixOps.pm267 my ($lu,$perm,$par);
268 if(exists($opt->{lu}) &&
271 ($lu,$perm,$par) = @{$opt->{lu}};
274 @{$opt->{lu}} = ($lu,$perm,$par)
278 my $det = (defined $lu) ? $lu->diagonal(0,1)->prodover * $par : pdl(0);
345 my($lu,$perm,$par);
346 if(exists ($opt->{lu}) and (ref $opt->{lu} eq 'ARRAY')) {
347 ($lu,$perm,$par) = @{$opt->{lu}};
350 $opt->{lu} = [$lu,$perm,$par]
354 ( (defined $lu) ? $lu->diagonal(0,1)->prodover * $par : 0 );
[all …]
/dports/devel/py-pyxb/PyXB-1.2.6/tests/trac/
H A Dtest-trac-0040.py47 instance.lu = v
53 instance.lu = [1,'two',3]
54 self.assertEqual(3, len(instance.lu))
65 self.assertEqual(3, len(instance.lu))
69 instance = aggregate(lu=[1,'two',3])
70 self.assertEqual(3, len(instance.lu))
75 instance.lu = []
76 instance.lu.append(1)
77 instance.lu.append('two')
78 instance.lu.append(3)
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DFieldLUDecomposition.java59 private T[][] lu; field in FieldLUDecomposition
92 lu = matrix.getData(); in FieldLUDecomposition()
112 final T[] luRow = lu[row]; in FieldLUDecomposition()
123 final T[] luRow = lu[row]; in FieldLUDecomposition()
146 tmp = lu[nonZero][i]; in FieldLUDecomposition()
147 lu[nonZero][i] = lu[col][i]; in FieldLUDecomposition()
148 lu[col][i] = tmp; in FieldLUDecomposition()
176 final T[] luI = lu[i]; in getL()
196 final T[] luI = lu[i]; in getU()
268 private final T[][] lu; field in FieldLUDecomposition.Solver
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dfull_piv_lu.rs11 use crate::linalg::lu;
38 lu: MatrixMN<N, R, C>, field
65 lu: matrix, in new()
95 lu: matrix, in new()
103 &self.lu in lu_internal()
192 self.lu.nrows(), in solve_mut()
197 self.lu.is_square(), in solve_mut()
218 self.lu.is_square(), in try_inverse()
235 self.lu.is_square(), in is_invertible()
239 let dim = self.lu.nrows(); in is_invertible()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dfull_piv_lu.rs11 use crate::linalg::lu;
38 lu: MatrixMN<N, R, C>, field
65 lu: matrix, in new()
95 lu: matrix, in new()
103 &self.lu in lu_internal()
192 self.lu.nrows(), in solve_mut()
197 self.lu.is_square(), in solve_mut()
218 self.lu.is_square(), in try_inverse()
235 self.lu.is_square(), in is_invertible()
239 let dim = self.lu.nrows(); in is_invertible()
[all …]
/dports/sysutils/dar/dar-2.5.14-bis/src/dar_suite/
H A Ddar_cp.cpp215 int lu = 0; in copy_max() local
225 if(lu < 0) in copy_max()
246 while(lu > 0); in copy_max()
266 if(lu > 0) in xfer_before_error()
278 int lu = 0; in skip_to_next_readable() local
293 if(lu < 0) in skip_to_next_readable()
300 while(lu < 0); in skip_to_next_readable()
317 switch(lu) in skip_to_next_readable()
337 if(lu != 1) in skip_to_next_readable()
347 if(lu > 0) in normal_copy()
[all …]
H A Ddar_split.c252 int lu; in normal_read_to_multiple_write() local
274 if(lu < 0) in normal_read_to_multiple_write()
288 step = lu; in normal_read_to_multiple_write()
313 step = lu; in normal_read_to_multiple_write()
325 if(ecru > lu) in normal_read_to_multiple_write()
340 while(lu > 0); in normal_read_to_multiple_write()
342 if(lu > 0) in normal_read_to_multiple_write()
365 int lu; in multi_read_to_normal_write() local
392 if(lu < 0) in multi_read_to_normal_write()
447 while(lu > 0); in multi_read_to_normal_write()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/pdpack/
H A Dscatter-io.c97 (*lu)++; in FSYM()
108 *lu = -1; in FSYM()
116 FSYM(darmov)(integer *lu) in FSYM()
118 int idx = *lu-1; in FSYM()
127 *lu = -1; in FSYM()
134 int idx = *lu-1; in FSYM()
142 *lu = -1; in FSYM()
150 int idx = *lu-1; in FSYM()
168 int idx = *lu-1; in FSYM()
195 int idx = *lu-1; in FSYM()
[all …]
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx3.c840 syp = ndp->lu.x->lu.sy; in __is_paramconstxpr()
1299 syp = rhsx->lu.x->lu.sy; in __get_rhswidth()
1403 syp = rhsx->lu.x->lu.sy; in set2_rhswidth()
1418 syp = rhsx->lu.x->lu.sy; in set2_rhswidth()
1456 syp = rhsx->lu.x->lu.sy; in set2_rhswidth()
1670 syp = rhsx->lu.x->lu.sy; in set_rhs_signed()
1704 syp = rhsx->lu.x->lu.sy; in set_rhs_signed()
3425 syp = ndp->lu.x->lu.sy; in chk_sysfargs_syntax()
4111 syp = ndp->lu.x->lu.sy; in chksf_rand()
4241 syp = ndp->lu.x->lu.sy; in chksyn_lhsexpr()
[all …]
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dlu.m31 %% [L, U] = lu (A)
88 %! [l, u, p] = lu(x);
90 %! [l, u] = lu(x);
96 %! [L, U, P] = lu(A);
102 %! [L, U] = lu(A);
115 %! [L, U, P] = lu(B);
121 %! [L, U, P] = lu(B);
133 %! [L, U] = lu (A);
139 %! [L, U] = lu (A);
145 %! [L, U] = lu (A);
[all …]
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dlin.c295 double colmax, *lu, *rowmax, dtemp; local
333 lu[ij] = mat[ij];
341 free(lu);
365 dtemp = lu[pj];
366 lu[pj] = lu[kj];
367 lu[kj] = dtemp;
386 if (lu[ik] != 0.0) {
388 lu[ik] /= lu[k*n+k];
392 lu[i*n+j] -= lu[ik]*lu[k*n+j];
428 inv[i*n+k] /= lu[i*n+i];
[all …]
/dports/astro/sextractor/sextractor-2.5.0/src/wcs/
H A Dlin.c281 double colmax, *lu, *rowmax, dtemp; local
319 lu[ij] = mat[ij];
327 free(lu);
351 dtemp = lu[pj];
352 lu[pj] = lu[kj];
353 lu[kj] = dtemp;
372 if (lu[ik] != 0.0) {
374 lu[ik] /= lu[k*n+k];
378 lu[i*n+j] -= lu[ik]*lu[k*n+j];
414 inv[i*n+k] /= lu[i*n+i];
[all …]
/dports/math/xlapack/lapack-3.10.0/SRC/VARIANTS/
H A DMakefile25 LUCR = lu/CR/cgetrf.o lu/CR/dgetrf.o lu/CR/sgetrf.o lu/CR/zgetrf.o
27 LULL = lu/LL/cgetrf.o lu/LL/dgetrf.o lu/LL/sgetrf.o lu/LL/zgetrf.o
29 LUREC = lu/REC/cgetrf.o lu/REC/dgetrf.o lu/REC/sgetrf.o lu/REC/zgetrf.o
/dports/math/blas/lapack-3.10.0/SRC/VARIANTS/
H A DMakefile25 LUCR = lu/CR/cgetrf.o lu/CR/dgetrf.o lu/CR/sgetrf.o lu/CR/zgetrf.o
27 LULL = lu/LL/cgetrf.o lu/LL/dgetrf.o lu/LL/sgetrf.o lu/LL/zgetrf.o
29 LUREC = lu/REC/cgetrf.o lu/REC/dgetrf.o lu/REC/sgetrf.o lu/REC/zgetrf.o
/dports/math/lapacke/lapack-3.10.0/SRC/VARIANTS/
H A DMakefile25 LUCR = lu/CR/cgetrf.o lu/CR/dgetrf.o lu/CR/sgetrf.o lu/CR/zgetrf.o
27 LULL = lu/LL/cgetrf.o lu/LL/dgetrf.o lu/LL/sgetrf.o lu/LL/zgetrf.o
29 LUREC = lu/REC/cgetrf.o lu/REC/dgetrf.o lu/REC/sgetrf.o lu/REC/zgetrf.o
/dports/math/lapack/lapack-3.10.0/SRC/VARIANTS/
H A DMakefile25 LUCR = lu/CR/cgetrf.o lu/CR/dgetrf.o lu/CR/sgetrf.o lu/CR/zgetrf.o
27 LULL = lu/LL/cgetrf.o lu/LL/dgetrf.o lu/LL/sgetrf.o lu/LL/zgetrf.o
29 LUREC = lu/REC/cgetrf.o lu/REC/dgetrf.o lu/REC/sgetrf.o lu/REC/zgetrf.o
/dports/math/openblas/OpenBLAS-0.3.18/lapack-netlib/SRC/VARIANTS/
H A DMakefile25 LUCR = lu/CR/cgetrf.o lu/CR/dgetrf.o lu/CR/sgetrf.o lu/CR/zgetrf.o
27 LULL = lu/LL/cgetrf.o lu/LL/dgetrf.o lu/LL/sgetrf.o lu/LL/zgetrf.o
29 LUREC = lu/REC/cgetrf.o lu/REC/dgetrf.o lu/REC/sgetrf.o lu/REC/zgetrf.o
/dports/math/cblas/lapack-3.10.0/SRC/VARIANTS/
H A DMakefile25 LUCR = lu/CR/cgetrf.o lu/CR/dgetrf.o lu/CR/sgetrf.o lu/CR/zgetrf.o
27 LULL = lu/LL/cgetrf.o lu/LL/dgetrf.o lu/LL/sgetrf.o lu/LL/zgetrf.o
29 LUREC = lu/REC/cgetrf.o lu/REC/dgetrf.o lu/REC/sgetrf.o lu/REC/zgetrf.o
/dports/devel/cflow2vcg/cflow2vcg-0.5/src/
H A Dread_sun.c37 int lu; in scan_sun() local
40 lu = sscanf(line, "%d%n", in scan_sun()
42 if (lu != 1) in scan_sun()
52 lu = sscanf(line, "%s%n", in scan_sun()
54 if (lu != 1) in scan_sun()
69 lu = sscanf(line, "%[^,]%n, <%s %d>", in scan_sun()
71 if (lu != 3) in scan_sun()
78 lu = sscanf(line, " %d", &(line_info->id)); in scan_sun()
79 if (lu != 1) in scan_sun()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dlist_test.py58 lu = ExtendedListUser()
77 lu = ListUser()
79 result = lu.sumList(lst)
84 lu = ListUser()
86 result = lu.sumList(lst)
91 lu = ListUser()
93 lu.setList(lst)
94 result = lu.getList()
99 lu = ListUser()
101 lu.setList(lst)
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dlist_test.py58 lu = ExtendedListUser()
77 lu = ListUser()
79 result = lu.sumList(lst)
84 lu = ListUser()
86 result = lu.sumList(lst)
91 lu = ListUser()
93 lu.setList(lst)
94 result = lu.getList()
99 lu = ListUser()
101 lu.setList(lst)
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dlist_test.py58 lu = ExtendedListUser()
77 lu = ListUser()
79 result = lu.sumList(lst)
84 lu = ListUser()
86 result = lu.sumList(lst)
91 lu = ListUser()
93 lu.setList(lst)
94 result = lu.getList()
99 lu = ListUser()
101 lu.setList(lst)
[all …]

12345678910>>...829