Home
last modified time | relevance | path

Searched refs:inverses (Results 1 – 25 of 1498) sorted by relevance

12345678910>>...60

/dports/astro/gpsd/gpsd-3.20/tests/
H A Dtest_matrix.c22 } inverses[] = { variable
77 for (i = 0; i < sizeof(inverses) / sizeof(inverses[0]); i++) { in main()
79 if (!matrix_invert(inverses[i].mat, inverse)) { in main()
82 if (!check_diag(i, inverse, inverses[i].inv)) in main()
/dports/math/p5-Math-GSL/Math-GSL-0.43/pod/
H A DCDF.pod52 their inverses for the named distributions.
69 their inverses for the unit Gaussian distribution.
91 their inverses for the gamma distribution with parameters $a and $b.
102 their inverses for the Cauchy distribution with scale parameter $a.
113 their inverses for the Laplace distribution with width $a.
124 their inverses for the Rayleigh distribution with scale parameter $sigma.
146 their inverses for the Laplace distribution with width $a.
164 their inverses for the t-distribution with $nu degrees of freedom.
186 their inverses for the beta distribution with parameters $a and $b.
197 their inverses for a uniform distribution from $a to $b.
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/ulong_extras/test/
H A Dt-compute_primes.c46 const double * inverses; in main() local
51 inverses = n_prime_inverses_arr_readonly(n + 1); in main()
53 if (primes[n] != ref_primes[n] || inverses[n] != ref_inverses[n]) in main()
57 flint_printf("inv1 = %g, inv2 = %g\n", inverses[n], ref_inverses[n]); in main()
H A Dt-remove2_precomp.c22 const double * inverses; in main() local
30 inverses = n_prime_inverses_arr_readonly(10000); in main()
50 exp1 = n_remove2_precomp(&n1, primes[j], inverses[j]); in main()
90 exp1 = n_remove2_precomp(&n1, primes[j], inverses[j]); in main()
/dports/math/e-antic/flint2-ae7ec89/ulong_extras/test/
H A Dt-compute_primes.c46 const double * inverses; in main() local
51 inverses = n_prime_inverses_arr_readonly(n + 1); in main()
53 if (primes[n] != ref_primes[n] || inverses[n] != ref_inverses[n]) in main()
57 flint_printf("inv1 = %g, inv2 = %g\n", inverses[n], ref_inverses[n]); in main()
H A Dt-remove2_precomp.c22 const double * inverses; in main() local
30 inverses = n_prime_inverses_arr_readonly(10000); in main()
50 exp1 = n_remove2_precomp(&n1, primes[j], inverses[j]); in main()
90 exp1 = n_remove2_precomp(&n1, primes[j], inverses[j]); in main()
/dports/math/flint2/flint-2.8.4/ulong_extras/test/
H A Dt-compute_primes.c46 const double * inverses; in main() local
51 inverses = n_prime_inverses_arr_readonly(n + 1); in main()
53 if (primes[n] != ref_primes[n] || inverses[n] != ref_inverses[n]) in main()
57 flint_printf("inv1 = %g, inv2 = %g\n", inverses[n], ref_inverses[n]); in main()
H A Dt-remove2_precomp.c22 const double * inverses; in main() local
30 inverses = n_prime_inverses_arr_readonly(10000); in main()
50 exp1 = n_remove2_precomp(&n1, primes[j], inverses[j]); in main()
90 exp1 = n_remove2_precomp(&n1, primes[j], inverses[j]); in main()
/dports/math/py-mathics-scanner/Mathics_Scanner-1.2.0/test/
H A Dtest_has_unicode_inverse_sanity.py13 inverses = set()
23 assert uni not in inverses, f"unicode character {uni} has multiple inverses"
25 inverses.add(uni)
/dports/net/concourse-fly/concourse-6.7.1/web/elm/tests/
H A DSerializationTests.elm15 [ test "job encoding/decoding are inverses" <|
25 , test "build encoding/decoding are inverses" <|
45 , test "pipeline encoding/decoding are inverses" <|
55 , test "team encoding/decoding are inverses" <|
/dports/misc/concourse/concourse-6.7.2/web/elm/tests/
H A DSerializationTests.elm15 [ test "job encoding/decoding are inverses" <|
25 , test "build encoding/decoding are inverses" <|
45 , test "pipeline encoding/decoding are inverses" <|
55 , test "team encoding/decoding are inverses" <|
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/ulong_extras/
H A Dfactor_trial_range.c23 const double * inverses; in n_factor_trial_range() local
26 inverses = n_prime_inverses_arr_readonly(num_primes); in n_factor_trial_range()
32 ppre = inverses[i]; in n_factor_trial_range()
H A Dfactor_trial_partial.c23 const double * inverses; in n_factor_trial_partial() local
27 inverses = n_prime_inverses_arr_readonly(num_primes); in n_factor_trial_partial()
33 ppre = inverses[i]; in n_factor_trial_partial()
/dports/math/e-antic/flint2-ae7ec89/ulong_extras/
H A Dfactor_trial_range.c23 const double * inverses; in n_factor_trial_range() local
26 inverses = n_prime_inverses_arr_readonly(num_primes); in n_factor_trial_range()
32 ppre = inverses[i]; in n_factor_trial_range()
H A Dfactor_trial_partial.c23 const double * inverses; in n_factor_trial_partial() local
27 inverses = n_prime_inverses_arr_readonly(num_primes); in n_factor_trial_partial()
33 ppre = inverses[i]; in n_factor_trial_partial()
/dports/math/flint2/flint-2.8.4/ulong_extras/
H A Dfactor_trial_range.c23 const double * inverses; in n_factor_trial_range() local
26 inverses = n_prime_inverses_arr_readonly(num_primes); in n_factor_trial_range()
32 ppre = inverses[i]; in n_factor_trial_range()
H A Dfactor_trial_partial.c23 const double * inverses; in n_factor_trial_partial() local
27 inverses = n_prime_inverses_arr_readonly(num_primes); in n_factor_trial_partial()
33 ppre = inverses[i]; in n_factor_trial_partial()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dsparse_vanka.templates.h39 , inverses() in SparseVanka()
57 , inverses(M.m(), nullptr) in SparseVanka()
74 for (i = inverses.begin(); i != inverses.end(); ++i) in ~SparseVanka()
91 inverses.resize(M.m()); in initialize()
202 inverses[row] = new FullMatrix<float>(row_length, row_length); in compute_inverse()
211 inverses[row]->extract_submatrix_from(*matrix, local_indices, local_indices); in compute_inverse()
214 inverses[row]->gauss_jordan(); in compute_inverse()
352 inverses[row]->vmult(x, b); in apply_preconditioner()
379 for (size_type i = 0; i < inverses.size(); ++i) in memory_consumption()
380 mem += MemoryConsumption::memory_consumption(*inverses[i]); in memory_consumption()
/dports/math/p5-Math-GSL/Math-GSL-0.43/pm/Math/GSL/
H A DCDF.pm.1.16241 their inverses for the named distributions.
258 their inverses for the unit Gaussian distribution.
280 their inverses for the gamma distribution with parameters $a and $b.
291 their inverses for the Cauchy distribution with scale parameter $a.
302 their inverses for the Laplace distribution with width $a.
313 their inverses for the Rayleigh distribution with scale parameter $sigma.
335 their inverses for the Laplace distribution with width $a.
353 their inverses for the t-distribution with $nu degrees of freedom.
375 their inverses for the beta distribution with parameters $a and $b.
386 their inverses for a uniform distribution from $a to $b.
[all …]
H A DCDF.pm.2.0241 their inverses for the named distributions.
258 their inverses for the unit Gaussian distribution.
280 their inverses for the gamma distribution with parameters $a and $b.
291 their inverses for the Cauchy distribution with scale parameter $a.
302 their inverses for the Laplace distribution with width $a.
313 their inverses for the Rayleigh distribution with scale parameter $sigma.
335 their inverses for the Laplace distribution with width $a.
353 their inverses for the t-distribution with $nu degrees of freedom.
375 their inverses for the beta distribution with parameters $a and $b.
386 their inverses for a uniform distribution from $a to $b.
[all …]
H A DCDF.pm.2.1241 their inverses for the named distributions.
258 their inverses for the unit Gaussian distribution.
280 their inverses for the gamma distribution with parameters $a and $b.
291 their inverses for the Cauchy distribution with scale parameter $a.
302 their inverses for the Laplace distribution with width $a.
313 their inverses for the Rayleigh distribution with scale parameter $sigma.
335 their inverses for the Laplace distribution with width $a.
353 their inverses for the t-distribution with $nu degrees of freedom.
375 their inverses for the beta distribution with parameters $a and $b.
386 their inverses for a uniform distribution from $a to $b.
[all …]
H A DCDF.pm.2.2241 their inverses for the named distributions.
258 their inverses for the unit Gaussian distribution.
280 their inverses for the gamma distribution with parameters $a and $b.
291 their inverses for the Cauchy distribution with scale parameter $a.
302 their inverses for the Laplace distribution with width $a.
313 their inverses for the Rayleigh distribution with scale parameter $sigma.
335 their inverses for the Laplace distribution with width $a.
353 their inverses for the t-distribution with $nu degrees of freedom.
375 their inverses for the beta distribution with parameters $a and $b.
386 their inverses for a uniform distribution from $a to $b.
[all …]
H A DCDF.pm.2.2.1241 their inverses for the named distributions.
258 their inverses for the unit Gaussian distribution.
280 their inverses for the gamma distribution with parameters $a and $b.
291 their inverses for the Cauchy distribution with scale parameter $a.
302 their inverses for the Laplace distribution with width $a.
313 their inverses for the Rayleigh distribution with scale parameter $sigma.
335 their inverses for the Laplace distribution with width $a.
353 their inverses for the t-distribution with $nu degrees of freedom.
375 their inverses for the beta distribution with parameters $a and $b.
386 their inverses for a uniform distribution from $a to $b.
[all …]
H A DCDF.pm.2.3241 their inverses for the named distributions.
258 their inverses for the unit Gaussian distribution.
280 their inverses for the gamma distribution with parameters $a and $b.
291 their inverses for the Cauchy distribution with scale parameter $a.
302 their inverses for the Laplace distribution with width $a.
313 their inverses for the Rayleigh distribution with scale parameter $sigma.
335 their inverses for the Laplace distribution with width $a.
353 their inverses for the t-distribution with $nu degrees of freedom.
375 their inverses for the beta distribution with parameters $a and $b.
386 their inverses for a uniform distribution from $a to $b.
[all …]
H A DCDF.pm.2.4241 their inverses for the named distributions.
258 their inverses for the unit Gaussian distribution.
280 their inverses for the gamma distribution with parameters $a and $b.
291 their inverses for the Cauchy distribution with scale parameter $a.
302 their inverses for the Laplace distribution with width $a.
313 their inverses for the Rayleigh distribution with scale parameter $sigma.
335 their inverses for the Laplace distribution with width $a.
353 their inverses for the t-distribution with $nu degrees of freedom.
375 their inverses for the beta distribution with parameters $a and $b.
386 their inverses for a uniform distribution from $a to $b.
[all …]

12345678910>>...60