The gsll Reference Manual

This is the gsll Reference Manual, version 0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 05:24:00 2024 GMT+0.

Table of Contents


1 Systems

The main system appears first, followed by any subsystem dependency.


1.1 gsll

GNU Scientific Library for Lisp.

Author

Liam M. Healy

License

GPL v3

Version

0

Defsystem Dependency

cffi-grovel (system).

Dependencies
  • foreign-array (system).
  • cffi-grovel (system).
  • trivial-garbage (system).
  • alexandria (system).
  • metabang-bind (system).
  • lisp-unit (system).
  • trivial-features (system).
Source

gsll.asd.

Child Components

2 Modules

Modules are listed depth-first from the system components tree.


2.1 gsll/init

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.2 gsll/floating-point

Dependency

init (module).

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.3 gsll/mathematical

Dependency

init (module).

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.4 gsll/data

Dependency

init (module).

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.5 gsll/special-functions

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.6 gsll/linear-algebra

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.7 gsll/eigensystems

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.8 gsll/fast-fourier-transforms

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.9 gsll/random

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.10 gsll/statistics

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.11 gsll/histogram

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.12 gsll/calculus

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.13 gsll/ordinary-differential-equations

Dependency

init (module).

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.14 gsll/interpolation

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.15 gsll/solve-minimize-fit

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.16 gsll/physical-constants

Dependency

init (module).

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.17 gsll/test-unit

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

2.18 gsll/tests

Dependency

test-unit (module).

Source

gsll.asd.

Parent Component

gsll (system).

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 gsll/gsll.asd

Source

gsll.asd.

Parent Component

gsll (system).

ASDF Systems

gsll.


3.1.2 gsll/init/init.lisp

Source

gsll.asd.

Parent Component

init (module).

Packages

gsll.

Internals

gsl-config-pathname (function).


3.1.3 gsll/init/libgsl.lisp

Dependency

init.lisp (file).

Source

gsll.asd.

Parent Component

init (module).


3.1.4 gsll/init/gsl-version.lisp

Dependency

init.lisp (file).

Source

gsll.asd.

Parent Component

init (module).

Public Interface

*gsl-version* (symbol macro).

Internals

3.1.5 gsll/init/utility.lisp

Dependency

init.lisp (file).

Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.6 gsll/init/forms.lisp

Dependency

init.lisp (file).

Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.7 gsll/init/conditions.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Public Interface
Internals

3.1.8 gsll/init/callback-compile-defs.lisp

Dependency

init.lisp (file).

Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.9 gsll/init/mobject.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Public Interface
  • evaluate (generic function).
  • name (generic function).
  • order (generic function).
  • size (generic function).
Internals

3.1.10 gsll/init/callback-included.lisp

Dependency

mobject.lisp (file).

Source

gsll.asd.

Parent Component

init (module).

Public Interface
Internals

3.1.11 gsll/init/callback.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.12 gsll/init/types.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.13 gsll/init/callback-struct.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).


3.1.14 gsll/init/funcallable.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.15 gsll/init/interface.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Public Interface

gsl-lookup (function).

Internals

3.1.16 gsll/init/defmfun.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.17 gsll/init/defmfun-array.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.18 gsll/init/defmfun-single.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Public Interface

name (reader method).

Internals

3.1.19 gsll/init/body-expand.lisp

Dependencies
Source

gsll.asd.

Parent Component

init (module).

Internals

3.1.20 gsll/init/generate-examples.lisp

Dependency

init.lisp (file).

Source

gsll.asd.

Parent Component

init (module).

Public Interface

examples (function).

Internals

3.1.21 gsll/init/generic.lisp

Source

gsll.asd.

Parent Component

init (module).

Public Interface

3.1.22 gsll/floating-point/ieee-modes.lisp

Source

gsll.asd.

Parent Component

floating-point (module).

Public Interface

set-floating-point-modes (function).


3.1.23 gsll/floating-point/floating-point.lisp

Source

gsll.asd.

Parent Component

floating-point (module).

Public Interface
Internals

3.1.24 gsll/mathematical/mathematical.lisp

Source

gsll.asd.

Parent Component

mathematical (module).

Public Interface
Internals

3.1.25 gsll/mathematical/complex.lisp

Source

gsll.asd.

Parent Component

mathematical (module).

Public Interface

3.1.26 gsll/data/array-structs.lisp

Source

gsll.asd.

Parent Component

data (module).


3.1.27 gsll/data/foreign-array.lisp

Dependency

array-structs.lisp (file).

Source

gsll.asd.

Parent Component

data (module).

Internals

3.1.28 gsll/data/vector.lisp

Dependencies
Source

gsll.asd.

Parent Component

data (module).

Public Interface

3.1.29 gsll/data/matrix.lisp

Dependencies
Source

gsll.asd.

Parent Component

data (module).

Public Interface

3.1.30 gsll/data/both.lisp

Dependencies
Source

gsll.asd.

Parent Component

data (module).

Public Interface
Internals

3.1.31 gsll/data/array-tests.lisp

Dependency

both.lisp (file).

Source

gsll.asd.

Parent Component

data (module).


3.1.32 gsll/data/permutation.lisp

Dependencies
Source

gsll.asd.

Parent Component

data (module).

Public Interface
Internals

3.1.33 gsll/data/combination.lisp

Dependencies
Source

gsll.asd.

Parent Component

data (module).

Public Interface
Internals

3.1.34 gsll/polynomial.lisp

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Public Interface
Internals

allocate (method).


3.1.35 gsll/special-functions/sf-result.lisp

Source

gsll.asd.

Parent Component

special-functions (module).


3.1.36 gsll/special-functions/return-structures.lisp

Dependency

sf-result.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Internals

3.1.37 gsll/special-functions/airy.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.38 gsll/special-functions/bessel.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.39 gsll/special-functions/clausen.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

clausen (function).


3.1.40 gsll/special-functions/coulomb.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.41 gsll/special-functions/coupling.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.42 gsll/special-functions/dawson.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

dawson (function).


3.1.43 gsll/special-functions/debye.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.44 gsll/special-functions/dilogarithm.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

dilogarithm (generic function).


3.1.45 gsll/special-functions/elementary.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.46 gsll/special-functions/elliptic-integrals.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.47 gsll/special-functions/elliptic-functions.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

jacobian-elliptic-functions (function).

Internals

3.1.48 gsll/special-functions/error-functions.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.49 gsll/special-functions/exponential-functions.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.50 gsll/special-functions/exponential-integrals.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.51 gsll/special-functions/fermi-dirac.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.52 gsll/special-functions/gamma.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface
Internals

+gamma-xmax+ (constant).


3.1.53 gsll/special-functions/gegenbauer.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.54 gsll/special-functions/hypergeometric.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.55 gsll/special-functions/laguerre.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.56 gsll/special-functions/lambert.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.57 gsll/special-functions/legendre.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.58 gsll/special-functions/logarithm.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.59 gsll/special-functions/mathieu.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface
Internals

allocate (method).


3.1.60 gsll/special-functions/power.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

pow (function).


3.1.61 gsll/special-functions/psi.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.62 gsll/special-functions/synchrotron.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.63 gsll/special-functions/transport.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.64 gsll/special-functions/trigonometry.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.65 gsll/special-functions/zeta.lisp

Dependency

return-structures.lisp (file).

Source

gsll.asd.

Parent Component

special-functions (module).

Public Interface

3.1.66 gsll/sorting.lisp

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Public Interface
Internals

defcomparison (macro).


3.1.67 gsll/linear-algebra/blas1.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface

3.1.68 gsll/linear-algebra/blas2.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

matrix-product-dimensions (function).


3.1.70 gsll/linear-algebra/matrix-generation.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Internals

3.1.71 gsll/linear-algebra/exponential.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface

matrix-exponential (function).


3.1.72 gsll/linear-algebra/lu.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

test-lu-solve-dim (function).


3.1.73 gsll/linear-algebra/qr.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

3.1.74 gsll/linear-algebra/qrpt.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

3.1.75 gsll/linear-algebra/svd.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

test-sv-solve-dim (function).


3.1.76 gsll/linear-algebra/cholesky.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

3.1.77 gsll/linear-algebra/diagonal.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

solve-tridiagonal-example (function).


3.1.78 gsll/linear-algebra/householder.lisp

Source

gsll.asd.

Parent Component

linear-algebra (module).

Public Interface
Internals

test-hh-solve-dim (function).


3.1.79 gsll/eigensystems/symmetric-hermitian.lisp

Source

gsll.asd.

Parent Component

eigensystems (module).

Public Interface
Internals

3.1.80 gsll/eigensystems/eigen-struct.lisp

Source

gsll.asd.

Parent Component

eigensystems (module).


3.1.81 gsll/eigensystems/nonsymmetric.lisp

Dependency

eigen-struct.lisp (file).

Source

gsll.asd.

Parent Component

eigensystems (module).

Public Interface
Internals

3.1.82 gsll/eigensystems/generalized.lisp

Source

gsll.asd.

Parent Component

eigensystems (module).

Public Interface
Internals

3.1.83 gsll/eigensystems/nonsymmetric-generalized.lisp

Source

gsll.asd.

Parent Component

eigensystems (module).

Public Interface
Internals

3.1.84 gsll/fast-fourier-transforms/wavetable-workspace.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface
Internals

3.1.85 gsll/fast-fourier-transforms/forward.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface

forward-fourier-transform (function).

Internals

3.1.86 gsll/fast-fourier-transforms/backward.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface

backward-fourier-transform (function).

Internals

3.1.87 gsll/fast-fourier-transforms/inverse.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface

inverse-fourier-transform (function).

Internals

3.1.88 gsll/fast-fourier-transforms/select-direction.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface

fourier-transform (function).

Internals

3.1.89 gsll/fast-fourier-transforms/unpack.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface

unpack (function).

Internals

3.1.90 gsll/fast-fourier-transforms/discrete.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface

3.1.91 gsll/fast-fourier-transforms/extras.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Public Interface
Internals

3.1.92 gsll/fast-fourier-transforms/example.lisp

Source

gsll.asd.

Parent Component

fast-fourier-transforms (module).

Internals

3.1.93 gsll/random/rng-types.lisp

Source

gsll.asd.

Parent Component

random (module).

Public Interface
Internals

3.1.94 gsll/random/generators.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface
Internals

3.1.95 gsll/random/quasi.lisp

Dependencies
Source

gsll.asd.

Parent Component

random (module).

Public Interface
Internals

3.1.96 gsll/random/tests.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Internals

3.1.97 gsll/random/gaussian.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.98 gsll/random/gaussian-tail.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.99 gsll/random/gaussian-bivariate.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.100 gsll/random/exponential.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.101 gsll/random/laplace.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.102 gsll/random/exponential-power.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.103 gsll/random/cauchy.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.104 gsll/random/rayleigh.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.105 gsll/random/rayleigh-tail.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.106 gsll/random/landau.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.107 gsll/random/levy.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.108 gsll/random/gamma.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.109 gsll/random/flat.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.110 gsll/random/lognormal.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.111 gsll/random/chi-squared.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.112 gsll/random/fdist.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.113 gsll/random/tdist.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.114 gsll/random/beta.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.115 gsll/random/logistic.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.116 gsll/random/pareto.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.117 gsll/random/spherical-vector.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.118 gsll/random/weibull.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.119 gsll/random/gumbel1.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.120 gsll/random/gumbel2.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.121 gsll/random/dirichlet.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.122 gsll/random/discrete.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface
Internals

allocate (method).


3.1.123 gsll/random/poisson.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.124 gsll/random/bernoulli.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.125 gsll/random/binomial.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.126 gsll/random/multinomial.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.127 gsll/random/negative-binomial.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.128 gsll/random/geometric.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.129 gsll/random/hypergeometric.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.130 gsll/random/logarithmic.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.131 gsll/random/shuffling-sampling.lisp

Dependency

rng-types.lisp (file).

Source

gsll.asd.

Parent Component

random (module).

Public Interface

3.1.132 gsll/statistics/mean-variance.lisp

Source

gsll.asd.

Parent Component

statistics (module).

Public Interface

3.1.133 gsll/statistics/absolute-deviation.lisp

Source

gsll.asd.

Parent Component

statistics (module).

Public Interface

3.1.134 gsll/statistics/higher-moments.lisp

Source

gsll.asd.

Parent Component

statistics (module).

Public Interface

3.1.135 gsll/statistics/autocorrelation.lisp

Source

gsll.asd.

Parent Component

statistics (module).

Public Interface

autocorrelation (generic function).


3.1.136 gsll/statistics/covariance.lisp

Source

gsll.asd.

Parent Component

statistics (module).

Public Interface

3.1.137 gsll/statistics/median-percentile.lisp

Source

gsll.asd.

Parent Component

statistics (module).

Public Interface

3.1.138 gsll/histogram/histogram.lisp

Source

gsll.asd.

Parent Component

histogram (module).

Public Interface
Internals

3.1.139 gsll/histogram/updating-accessing.lisp

Dependency

histogram.lisp (file).

Source

gsll.asd.

Parent Component

histogram (module).

Public Interface

3.1.140 gsll/histogram/statistics.lisp

Dependency

histogram.lisp (file).

Source

gsll.asd.

Parent Component

histogram (module).

Public Interface
Internals

3.1.141 gsll/histogram/operations.lisp

Dependency

histogram.lisp (file).

Source

gsll.asd.

Parent Component

histogram (module).

Public Interface

3.1.142 gsll/histogram/probability-distribution.lisp

Dependency

histogram.lisp (file).

Source

gsll.asd.

Parent Component

histogram (module).

Public Interface
Internals

3.1.143 gsll/histogram/ntuple.lisp

Source

gsll.asd.

Parent Component

histogram (module).

Public Interface
Internals

3.1.144 gsll/calculus/numerical-integration.lisp

Source

gsll.asd.

Parent Component

calculus (module).

Public Interface
Internals

3.1.145 gsll/calculus/numerical-integration-with-tables.lisp

Dependency

numerical-integration.lisp (file).

Source

gsll.asd.

Parent Component

calculus (module).

Public Interface
Internals

3.1.146 gsll/calculus/monte-carlo-structs.lisp

Source

gsll.asd.

Parent Component

calculus (module).


3.1.147 gsll/calculus/monte-carlo.lisp

Source

gsll.asd.

Parent Component

calculus (module).

Public Interface
Internals

3.1.148 gsll/calculus/numerical-differentiation.lisp

Source

gsll.asd.

Parent Component

calculus (module).

Public Interface
Internals

3.1.149 gsll/ordinary-differential-equations/ode-system.lisp

Source

gsll.asd.

Parent Component

ordinary-differential-equations (module).

Public Interface

with-ode-integration (macro).


3.1.150 gsll/ordinary-differential-equations/ode-struct.lisp

Source

gsll.asd.

Parent Component

ordinary-differential-equations (module).


3.1.151 gsll/ordinary-differential-equations/stepping.lisp

Dependency

ode-struct.lisp (file).

Source

gsll.asd.

Parent Component

ordinary-differential-equations (module).

Public Interface
Internals

3.1.152 gsll/ordinary-differential-equations/control.lisp

Source

gsll.asd.

Parent Component

ordinary-differential-equations (module).

Public Interface
Internals

3.1.153 gsll/ordinary-differential-equations/evolution.lisp

Source

gsll.asd.

Parent Component

ordinary-differential-equations (module).

Public Interface
Internals

allocate (method).


3.1.154 gsll/ordinary-differential-equations/ode-example.lisp

Dependencies
Source

gsll.asd.

Parent Component

ordinary-differential-equations (module).

Internals

3.1.155 gsll/interpolation/interpolation.lisp

Source

gsll.asd.

Parent Component

interpolation (module).

Public Interface
Internals

3.1.157 gsll/interpolation/lookup.lisp

Source

gsll.asd.

Parent Component

interpolation (module).

Public Interface
Internals

allocate (method).


3.1.158 gsll/interpolation/evaluation.lisp

Source

gsll.asd.

Parent Component

interpolation (module).

Public Interface

3.1.159 gsll/interpolation/spline-example.lisp

Dependency

types.lisp (file).

Source

gsll.asd.

Parent Component

interpolation (module).

Internals

3.1.160 gsll/chebyshev.lisp

Dependency

init (module).

Source

gsll.asd.

Parent Component

gsll (system).

Public Interface
Internals

3.1.161 gsll/series-struct.lisp

Source

gsll.asd.

Parent Component

gsll (system).


3.1.162 gsll/series-acceleration.lisp

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Public Interface
Internals

3.1.163 gsll/wavelet.lisp

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Public Interface
Internals

3.1.164 gsll/hankel.lisp

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Public Interface
Internals

allocate (method).


3.1.165 gsll/solve-minimize-fit/generic.lisp

Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface

3.1.166 gsll/solve-minimize-fit/solver-struct.lisp

Source

gsll.asd.

Parent Component

solve-minimize-fit (module).


3.1.167 gsll/solve-minimize-fit/roots-one.lisp

Dependency

generic.lisp (file).

Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface
Internals

3.1.168 gsll/solve-minimize-fit/minimization-one.lisp

Dependency

generic.lisp (file).

Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface
Internals

3.1.169 gsll/solve-minimize-fit/roots-multi.lisp

Dependencies
Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface
Internals

3.1.170 gsll/solve-minimize-fit/minimization-multi.lisp

Dependency

generic.lisp (file).

Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface
Internals

3.1.171 gsll/solve-minimize-fit/linear-least-squares.lisp

Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface
Internals

3.1.172 gsll/solve-minimize-fit/nonlinear-least-squares.lisp

Dependencies
Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface
Internals

3.1.173 gsll/solve-minimize-fit/simulated-annealing.lisp

Source

gsll.asd.

Parent Component

solve-minimize-fit (module).

Public Interface

simulated-annealing (function).

Internals

3.1.174 gsll/basis-splines.lisp

Dependencies
Source

gsll.asd.

Parent Component

gsll (system).

Public Interface
Internals

3.1.175 gsll/physical-constants/mksa.lisp

Source

gsll.asd.

Parent Component

physical-constants (module).


3.1.176 gsll/physical-constants/cgsm.lisp

Source

gsll.asd.

Parent Component

physical-constants (module).


3.1.177 gsll/physical-constants/num.lisp

Source

gsll.asd.

Parent Component

physical-constants (module).


3.1.178 gsll/physical-constants/export.lisp

Source

gsll.asd.

Parent Component

physical-constants (module).


3.1.179 gsll/test-unit/machine.lisp

Source

gsll.asd.

Parent Component

test-unit (module).


3.1.180 gsll/test-unit/augment.lisp

Dependency

machine.lisp (file).

Source

gsll.asd.

Parent Component

test-unit (module).

Internals

3.1.181 gsll/tests/absolute-deviation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.182 gsll/tests/absolute-sum.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.183 gsll/tests/airy.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.184 gsll/tests/autocorrelation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.185 gsll/tests/axpy.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.186 gsll/tests/basis-spline.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.187 gsll/tests/bernoulli.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.188 gsll/tests/bessel.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.189 gsll/tests/beta.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.190 gsll/tests/binomial.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.191 gsll/tests/blas-copy.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.192 gsll/tests/blas-swap.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.193 gsll/tests/cauchy.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.194 gsll/tests/cdot.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.195 gsll/tests/chebyshev.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.196 gsll/tests/chi-squared.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.197 gsll/tests/cholesky.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.198 gsll/tests/clausen.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.199 gsll/tests/column.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.200 gsll/tests/combination.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.201 gsll/tests/coulomb.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.202 gsll/tests/coupling.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.203 gsll/tests/correlation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.204 gsll/tests/covariance.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.205 gsll/tests/dawson.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.206 gsll/tests/debye.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.207 gsll/tests/dilogarithm.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.208 gsll/tests/dirichlet.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.209 gsll/tests/discrete.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.210 gsll/tests/dot.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.211 gsll/tests/eigensystems.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.212 gsll/tests/elementary.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.213 gsll/tests/elliptic-functions.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.214 gsll/tests/elliptic-integrals.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.215 gsll/tests/error-functions.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.216 gsll/tests/euclidean-norm.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.217 gsll/tests/exponential-functions.lisp

Source

gsll.asd.

Parent Component

tests (module).

Internals

3.1.218 gsll/tests/exponential-integrals.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.219 gsll/tests/exponential.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.220 gsll/tests/exponential-power.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.221 gsll/tests/fast-fourier-transform.lisp

Source

gsll.asd.

Parent Component

tests (module).

Internals

3.1.222 gsll/tests/fdist.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.223 gsll/tests/fermi-dirac.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.224 gsll/tests/flat.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.225 gsll/tests/gamma.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.226 gsll/tests/gamma-randist.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.227 gsll/tests/gaussian-bivariate.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.228 gsll/tests/gaussian.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.229 gsll/tests/gaussian-tail.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.230 gsll/tests/gegenbauer.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.231 gsll/tests/geometric.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.232 gsll/tests/givens.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.233 gsll/tests/gumbel1.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.234 gsll/tests/gumbel2.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.235 gsll/tests/hankel.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.236 gsll/tests/higher-moments.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.237 gsll/tests/histogram.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.238 gsll/tests/householder.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.239 gsll/tests/hypergeometric.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.240 gsll/tests/hypergeometric-randist.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.241 gsll/tests/index-max.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.242 gsll/tests/interpolation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.243 gsll/tests/inverse-matrix-product.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.244 gsll/tests/laguerre.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.245 gsll/tests/lambert.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.246 gsll/tests/landau.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.247 gsll/tests/laplace.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.248 gsll/tests/legendre.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.249 gsll/tests/levy.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.250 gsll/tests/linear-least-squares.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.251 gsll/tests/logarithmic.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.252 gsll/tests/logarithm.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.253 gsll/tests/logistic.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.254 gsll/tests/lognormal.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.255 gsll/tests/lu.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.256 gsll/tests/mathematical.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.257 gsll/tests/mathieu.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.258 gsll/tests/matrix-div.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.259 gsll/tests/matrix-max-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.260 gsll/tests/matrix-max.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.261 gsll/tests/matrix-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.262 gsll/tests/matrix-min.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.263 gsll/tests/matrix-min-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.264 gsll/tests/matrix-minmax-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.265 gsll/tests/matrix-minmax.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.266 gsll/tests/matrix-sub.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.267 gsll/tests/matrix-add.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.268 gsll/tests/matrix-mult.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.269 gsll/tests/matrix-product-hermitian.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.270 gsll/tests/matrix-product.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.271 gsll/tests/matrix-product-nonsquare.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.272 gsll/tests/matrix-product-symmetric.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.273 gsll/tests/matrix-product-triangular.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.274 gsll/tests/matrix-set-all.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.275 gsll/tests/matrix-set-zero.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.276 gsll/tests/matrix-standard-deviation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.277 gsll/tests/matrix-standard-deviation-with-fixed-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.278 gsll/tests/matrix-standard-deviation-with-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.279 gsll/tests/matrix-swap.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.280 gsll/tests/matrix-transpose-copy.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.281 gsll/tests/matrix-transpose.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.282 gsll/tests/matrix-variance.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.283 gsll/tests/matrix-variance-with-fixed-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.284 gsll/tests/matrix-variance-with-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.285 gsll/tests/median-percentile.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.286 gsll/tests/minimization-one.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.287 gsll/tests/minimization-multi.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.288 gsll/tests/monte-carlo.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.289 gsll/tests/multinomial.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.290 gsll/tests/negative-binomial.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.291 gsll/tests/nonlinear-least-squares.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.292 gsll/tests/ntuple.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.293 gsll/tests/numerical-differentiation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.294 gsll/tests/numerical-integration.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.295 gsll/tests/ode.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.296 gsll/tests/pareto.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.297 gsll/tests/permutation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.298 gsll/tests/poisson.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.299 gsll/tests/polynomial.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.300 gsll/tests/power.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.301 gsll/tests/psi.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.302 gsll/tests/qr.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.303 gsll/tests/qrpt.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.304 gsll/tests/quasi-random-number-generators.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.305 gsll/tests/random-number-generators.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.306 gsll/tests/rank-1-update.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.307 gsll/tests/rayleigh.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.308 gsll/tests/rayleigh-tail.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.309 gsll/tests/roots-multi.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.310 gsll/tests/roots-one.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.311 gsll/tests/row.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.312 gsll/tests/scale.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.313 gsll/tests/series-acceleration.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.314 gsll/tests/set-basis.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.315 gsll/tests/setf-column.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.316 gsll/tests/setf-row.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.317 gsll/tests/set-identity.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.318 gsll/tests/shuffling-sampling.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.319 gsll/tests/sort-matrix-largest.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.320 gsll/tests/sort-matrix.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.321 gsll/tests/sort-matrix-smallest.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.322 gsll/tests/sort-vector-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.323 gsll/tests/sort-vector-largest-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.324 gsll/tests/sort-vector-largest.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.325 gsll/tests/sort-vector.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.326 gsll/tests/sort-vector-smallest-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.327 gsll/tests/sort-vector-smallest.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.328 gsll/tests/spherical-vector.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.329 gsll/tests/svd.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.330 gsll/tests/swap-columns.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.331 gsll/tests/swap-elements.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.332 gsll/tests/swap-row-column.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.333 gsll/tests/swap-rows.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.334 gsll/tests/synchrotron.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.335 gsll/tests/tdist.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.336 gsll/tests/transport.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.337 gsll/tests/trigonometry.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.338 gsll/tests/vector-div.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.339 gsll/tests/vector-max-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.340 gsll/tests/vector-max.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.341 gsll/tests/vector-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.342 gsll/tests/vector-min.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.343 gsll/tests/vector-min-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.344 gsll/tests/vector-minmax-index.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.345 gsll/tests/vector-minmax.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.346 gsll/tests/vector-sub.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.347 gsll/tests/vector-add.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.348 gsll/tests/vector-mult.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.349 gsll/tests/vector-reverse.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.350 gsll/tests/vector-set-all.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.351 gsll/tests/vector-set-zero.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.352 gsll/tests/vector-standard-deviation.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.353 gsll/tests/vector-standard-deviation-with-fixed-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.354 gsll/tests/vector-standard-deviation-with-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.355 gsll/tests/vector-swap.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.356 gsll/tests/vector-variance.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.357 gsll/tests/vector-variance-with-fixed-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.358 gsll/tests/vector-variance-with-mean.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.359 gsll/tests/weibull.lisp

Source

gsll.asd.

Parent Component

tests (module).


3.1.360 gsll/tests/zeta.lisp

Source

gsll.asd.

Parent Component

tests (module).


4 Packages

Packages are listed by definition order.


4.1 gsll

Source

init.lisp.

Nickname

gsl

Use List
  • cffi.
  • common-lisp.
Used By List

antik-user.

Public Interface