Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • {{libheader|GSL}} GNU Scientific Library <syntaxhighlight lang="zkl">var [const] GSL=Import.lib("zklGSL"); // libGSL (GNU Scientific Library) ...
    35 KB (4,321 words) - 12:04, 2 February 2024
  • ...the [[wp:GNU Scientific Library|GNU Scientific Library]]. An interface to GSL is built in to [[ALGOL 68G]]. However historically Algol 68 also had availa ...
    6 KB (780 words) - 02:17, 11 June 2010
  • #include <gsl/gsl_linalg.h> #include <gsl/gsl_linalg.h> ...
    46 KB (5,006 words) - 12:09, 6 February 2024
  • <syntaxhighlight lang="zkl">var [const] GSL=Import.lib("zklGSL"); // libGSL (GNU Scientific Library) v=GSL.VectorFromData(2.75, 1.25); // an initial guess at the solution ...
    57 KB (7,238 words) - 14:10, 4 January 2024
  • Uses GNU GSL library. <syntaxhighlight lang="zkl">var [const] GSL=Import("zklGSL"); // libGSL (GNU Scientific Library) ...
    91 KB (9,169 words) - 19:15, 17 April 2024
  • ...|Standard - ''lu decomp'' and ''lu solve'' are from the [[:Category:Libgsl|GSL]] library}}<br> ...th release mk15-0.8b.fc9.i386}} <!-- with version's of a68g up to mk18 the GSL library has problems with VEC and MAT with LWB 0 , and transposes of non sq ...
    95 KB (13,090 words) - 05:01, 27 April 2024
  • === Using GSL === ...
    155 KB (18,277 words) - 21:58, 21 April 2024
  • <syntaxhighlight lang="zkl">var [const] GSL=Import("zklGSL"); // libGSL (GNU Scientific Library) A:=GSL.Matrix(4,4).set(2,-1, 5, 1, ...
    105 KB (13,673 words) - 19:34, 6 April 2024
  • <syntaxhighlight lang="zkl">var [const] GSL=Import("zklGSL"); // libGSL (GNU Scientific Library) Z,pi,e := GSL.Z, (0.0).pi, (0.0).e; ...
    44 KB (5,648 words) - 11:21, 30 November 2023
  • Using GNU gsl and c99, with the WP data<syntaxhighlight lang="c">#include <stdio.h> #include <gsl/gsl_matrix.h> ...
    117 KB (12,813 words) - 14:35, 4 January 2024
  • <syntaxhighlight lang="zkl">var [const] GSL=Import("zklGSL"); // libGSL (GNU Scientific Library) n,A := p*q, GSL.Matrix(n,n); // zero filled ...
    78 KB (11,235 words) - 12:07, 2 February 2024
  • <syntaxhighlight lang="zkl">var [const] GSL=Import("zklGSL"); // libGSL (GNU Scientific Library) A:=GSL.Matrix(g.len(),hsz); ...
    71 KB (10,130 words) - 08:12, 22 April 2024
  • This uses GSL to invert a matrix via LU decomposition, not Gauss-Jordan. <syntaxhighlight lang="zkl">var [const] GSL=Import.lib("zklGSL"); // libGSL (GNU Scientific Library) ...
    182 KB (21,091 words) - 09:06, 7 April 2024
  • <syntaxhighlight lang="zkl">var [const] GSL=Import.lib("zklGSL"); // libGSL (GNU Scientific Library) r:=GSL.Matrix(m*p, n*q); ...
    265 KB (10,589 words) - 23:44, 22 March 2024
  • ...andom Math::Random] and [https://metacpan.org/pod/Math::GSL::Randist Math::GSL::Randist] among others. CSPRNGs include [https://metacpan.org/pod/Bytes::R See [https://www.gnu.org/software/gsl/manual/html_node/Random-number-generator-algorithms.html L'Ecuyer's algorit ...
    59 KB (8,431 words) - 13:33, 6 October 2023
  • <syntaxhighlight lang="zkl">var [const] GSL=Import("zklGSL"); // libGSL (GNU Scientific Library) <syntaxhighlight lang="zkl">A:=GSL.Matrix(2,2).set(1,2, 3,4); ...
    113 KB (13,051 words) - 11:52, 8 February 2024
  • ...OL 68|Standard - ''lu decomp'' and ''lu solve'' are from the [[ALGOL 68G]]/gsl library}} ...
    128 KB (16,142 words) - 11:10, 24 January 2024
  • <syntaxhighlight lang="c">#include <gsl/gsl_poly.h> <syntaxhighlight lang="haskell">import Numeric.GSL.Polynomials ...
    111 KB (14,948 words) - 20:35, 3 February 2024
  • #include <gsl/gsl_sf_gamma.h> printf("%15s%15s%15s%15s\n", "Stirling", "Spouge", "GSL", "libm"); ...
    251 KB (22,346 words) - 22:51, 16 March 2024
  • <syntaxhighlight lang="zkl">var [const] GSL=Import("zklGSL"); // libGSL (GNU Scientific Library) <syntaxhighlight lang="zkl">A:=GSL.Matrix(3,4).set( 1, 2, -1, -4, ...
    162 KB (19,229 words) - 18:02, 3 February 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)