The cl-ana Reference Manual

This is the cl-ana Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 03:42:24 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 cl-ana

cl-ana is a free (GPL) data analysis library in Common
Lisp providing tabular & binned data analysis along with nonlinear least squares fitting & visualization.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.asd.

Child Component

package.lisp (file).


2.2 cl-ana.pathname-utils

Utilities for working with pathnames

Author

Gary Hollis

License

GPLv3

Source

cl-ana.pathname-utils.asd.

Child Components

2.3 cl-ana.package-utils

Provides various utilities for using packages as well as the abstraction of a package group

Author

Gary Hollis

License

GPLv3

Dependency

alexandria (system).

Source

cl-ana.package-utils.asd.

Child Components

2.4 cl-ana.generic-math

Provides generic versions of (most ATM) the standard
Common Lisp math functions; this allows easy extension to new mathematical objects.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.generic-math.asd.

Child Components

2.5 cl-ana.list-utils

Utilities for working with lists not already provided by Alexandria.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.list-utils.asd.

Child Components

2.6 cl-ana.functional-utils

Utilities for doing functional programming not already provided by Alexandria.

Author

Gary Hollis

License

GPLv3

Source

cl-ana.functional-utils.asd.

Child Components

2.7 cl-ana.string-utils

String utilities not already provided by Alexandria

Author

Gary Hollis

License

GPLv3

Dependency

split-sequence (system).

Source

cl-ana.string-utils.asd.

Child Components

2.8 cl-ana.math-functions

Auxiliary math functions provided within the generic-math framework.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.math-functions.asd.

Child Components

2.9 cl-ana.calculus

A few numerical and/or symbolic calculus functions.

License

GPLv3

Dependencies
Source

cl-ana.calculus.asd.

Child Components

2.10 cl-ana.linear-algebra

(minimal) Linear algebra library which is integrated into the generic math framework.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.linear-algebra.asd.

Child Components

2.11 cl-ana.tensor

tensor provides utilities for treating nested
sequences as multidimensional arrays; integration into the generic math framework yields MATLAB/GNU Octave-style functionality with arrays, lists, etc.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.tensor.asd.

Child Components

2.12 cl-ana.symbol-utils

Basic utilities for working with symbols

Author

Gary Hollis

License

GPLv3

Dependency

cl-ana.list-utils (system).

Source

cl-ana.symbol-utils.asd.

Child Components

2.13 cl-ana.macro-utils

Basic macro utilities

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.macro-utils.asd.

Child Components

2.14 cl-ana.binary-tree

Simple binary-tree implementation, not meant for high-performance code.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.binary-tree.asd.

Child Components

2.15 cl-ana.array-utils

Utilities for working with arrays

Author

Gary Hollis

License

GPLv3

Dependency

alexandria (system).

Source

cl-ana.array-utils.asd.

Child Components

2.16 cl-ana.error-propogation

Implements error propogation inside the generic-math framework.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.error-propogation.asd.

Child Components

2.17 cl-ana.quantity

Provides basic physics functions such as dimensional analysis, units, and some common definitions.

Author

Gary Hollis

License
Dependencies
Source

cl-ana.quantity.asd.

Child Components

2.18 cl-ana.spline

Provides natural splines to arbitrary order using GSL.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.spline.asd.

Child Components

2.19 cl-ana.fitting

Library for non-linear least squares fitting (works
for linear functions as well though); makes use of GSLL’s fit functions.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.fitting.asd.

Child Components

2.20 cl-ana.map

Defines generic functions for working with/converting
things which behave like maps (in the mathematical sense), e.g. hash tables, alists, etc.

Author

Gary Hollis

License

GPLv3

Dependency

cl-ana.hash-table-utils (system).

Source

cl-ana.map.asd.

Child Components

2.21 cl-ana.hash-table-utils

Utilities for working with hash tables

Author

Gary Hollis

License

GPLv3

Source

cl-ana.hash-table-utils.asd.

Child Components

2.22 cl-ana.table

Table class; provides basic necessary interface for working with sets of data.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.table.asd.

Child Components

2.23 cl-ana.table-utils

Utilities for working with tables

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.table-utils.asd.

Child Components

2.24 cl-ana.statistics

Various statistical functions integrated into the generic-math framework.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.statistics.asd.

Child Components

2.25 cl-ana.histogram

Support for binned data analysis via contiguous and
sparse histograms; integrated into the generic-math framework.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.histogram.asd.

Child Components

2.26 cl-ana.clos-utils

clos-utils provides various lacking utilities for
working with structures and CLOS class instances as well as utilities for transforming them into clists which can be written/read with standard stream objects portably.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.clos-utils.asd.

Child Components

2.27 cl-ana.hdf-table

Table subclass specializing on HDF5 datasets

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.hdf-table.asd.

Child Components

2.28 cl-ana.hdf-utils

Utilities for a more lispy interface to HDF5

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.hdf-utils.asd.

Child Components

2.29 cl-ana.hdf-cffi

hdf5-cffi is a CFFI wrapper for the HDF5 library.

Author

Gerd Heber <>

License

BSD

Version

1.8.18

Defsystem Dependency

cffi-grovel (system).

Dependency

cffi (system).

Source

cl-ana.hdf-cffi.asd.

Child Components

2.30 cl-ana.memoization

Provides memoized functions (only compute for new arguments, otherwise lookup in a hash table)

Author

Gary Hollis

License

GPLv3

Dependency

alexandria (system).

Source

cl-ana.memoization.asd.

Child Components

2.31 cl-ana.typespec

typespec provides a mechanism for referring to foreign
or LISP datatypes as well as utilities for conversion between the two.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.typespec.asd.

Child Components

2.32 cl-ana.int-char

For some reason my SBCL doesn’t support int-char anymore, so here it is.

Author

Gary Hollis

License

GPLv3

Source

cl-ana.int-char.asd.

Child Components

2.33 cl-ana.hdf-typespec

Utilities for creating/reading HDF5 types from/into typespecs.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.hdf-typespec.asd.

Child Components

2.34 cl-ana.typed-table

Table types which have typed columns. Provides automatic conversion between foreign and LISP objects.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.typed-table.asd.

Child Components

2.35 cl-ana.ntuple-table

Table subclass specializing on ntuples as implemented via GSLL & used by CERN’s PAW

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.ntuple-table.asd.

Child Components

2.36 cl-ana.gsl-cffi

Functions for interfacing with GSL which don’t seem to work/aren’t currently provided through GSLL.

Author

Gary Hollis

License

GPLv3

Dependency

cffi (system).

Source

cl-ana.gsl-cffi.asd.

Child Components

2.37 cl-ana.csv-table

Table subclass specializing on CSV files; allows for whatever lisp types are understood by the reader.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.csv-table.asd.

Child Components

2.38 cl-ana.reusable-table

Table wrapper for reading which automatically re-loads
table for reading after fully reading the contents (not guarranteed by the raw table types).

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.reusable-table.asd.

Child Components

2.39 cl-ana.lorentz

Implements lorentz vectors, lorentz transformations, etc.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.lorentz.asd.

Child Components

2.40 cl-ana.file-utils

Various utilities for working with files

Author

Gary Hollis

License

GPLv3

Dependencies
  • external-program (system).
  • split-sequence (system).
Source

cl-ana.file-utils.asd.

Child Components

2.41 cl-ana.statistical-learning

Various statistical functions integrated into the generic-math framework.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.statistical-learning.asd.

Child Components

2.42 cl-ana.plotting

Extensible plotting library for Common Lisp using gnuplot as the backend.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.plotting.asd.

Child Components

2.43 cl-ana.gnuplot-interface

Interface for spawning & communicating with gnuplot sessions from LISP.

Author

Gary Hollis

License

GPLv3

Dependency

external-program (system).

Source

cl-ana.gnuplot-interface.asd.

Child Components

2.44 cl-ana.table-viewing

Library for easily viewing the contents of a table (preferably a reusable table)

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.table-viewing.asd.

Child Components

2.45 cl-ana.serialization

serialization provides functionality for writing
various objects to HDF5 files as datasets (which is the only way with HDF5).

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.serialization.asd.

Child Components

2.46 cl-ana.makeres

makeres is a make-like tool for building analysis results in Common Lisp

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres.asd.

Child Components

2.47 cl-ana.makeres-macro

makeres-macro is a graph transformation for use with makeres

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres-macro.asd.

Child Components

2.48 cl-ana.makeres-block

makeres-block is a makeres graph transformation which
allows multiple results to be defined by a single block of code.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres-block.asd.

Child Components

2.49 cl-ana.makeres-progress

makeres-progress is a graph transformation for use with makeres

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres-progress.asd.

Child Components

2.50 cl-ana.makeres-table

makeres-table is a graph transformation for makeres

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres-table.asd.

Child Components

2.51 cl-ana.makeres-graphviz

makeres-graphviz provides graph visualization for makeres target graphs.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres-graphviz.asd.

Child Components

2.52 cl-ana.makeres-branch

makeres-branch is a graph transformation for use with cl-ana.makeres

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres-branch.asd.

Child Components

2.53 cl-ana.makeres-utils

Utilities for using makeres effectively.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.makeres-utils.asd.

Child Components

2.54 cl-ana.columnar-table

Used to access tables which have been pivoted so that
a rows values are stratified across all rows, and a column’s values are accessible all from a single row.

Author

Gary Hollis

License

GPLv3

Dependencies
Source

cl-ana.columnar-table.asd.

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 cl-ana/cl-ana.asd

Source

cl-ana.asd.

Parent Component

cl-ana (system).

ASDF Systems

cl-ana.


3.1.2 cl-ana.pathname-utils/cl-ana.pathname-utils.asd

Source

cl-ana.pathname-utils.asd.

Parent Component

cl-ana.pathname-utils (system).

ASDF Systems

cl-ana.pathname-utils.


3.1.3 cl-ana.package-utils/cl-ana.package-utils.asd

Source

cl-ana.package-utils.asd.

Parent Component

cl-ana.package-utils (system).

ASDF Systems

cl-ana.package-utils.


3.1.4 cl-ana.generic-math/cl-ana.generic-math.asd

Source

cl-ana.generic-math.asd.

Parent Component

cl-ana.generic-math (system).

ASDF Systems

cl-ana.generic-math.


3.1.5 cl-ana.list-utils/cl-ana.list-utils.asd

Source

cl-ana.list-utils.asd.

Parent Component

cl-ana.list-utils (system).

ASDF Systems

cl-ana.list-utils.


3.1.6 cl-ana.functional-utils/cl-ana.functional-utils.asd

Source

cl-ana.functional-utils.asd.

Parent Component

cl-ana.functional-utils (system).

ASDF Systems

cl-ana.functional-utils.


3.1.7 cl-ana.string-utils/cl-ana.string-utils.asd

Source

cl-ana.string-utils.asd.

Parent Component

cl-ana.string-utils (system).

ASDF Systems

cl-ana.string-utils.


3.1.8 cl-ana.math-functions/cl-ana.math-functions.asd

Source

cl-ana.math-functions.asd.

Parent Component

cl-ana.math-functions (system).

ASDF Systems

cl-ana.math-functions.


3.1.9 cl-ana.calculus/cl-ana.calculus.asd

Source

cl-ana.calculus.asd.

Parent Component

cl-ana.calculus (system).

ASDF Systems

cl-ana.calculus.


3.1.10 cl-ana.linear-algebra/cl-ana.linear-algebra.asd

Source

cl-ana.linear-algebra.asd.

Parent Component

cl-ana.linear-algebra (system).

ASDF Systems

cl-ana.linear-algebra.


3.1.11 cl-ana.tensor/cl-ana.tensor.asd

Source

cl-ana.tensor.asd.

Parent Component

cl-ana.tensor (system).

ASDF Systems

cl-ana.tensor.


3.1.12 cl-ana.symbol-utils/cl-ana.symbol-utils.asd

Source

cl-ana.symbol-utils.asd.

Parent Component

cl-ana.symbol-utils (system).

ASDF Systems

cl-ana.symbol-utils.


3.1.13 cl-ana.macro-utils/cl-ana.macro-utils.asd

Source

cl-ana.macro-utils.asd.

Parent Component

cl-ana.macro-utils (system).

ASDF Systems

cl-ana.macro-utils.


3.1.14 cl-ana.binary-tree/cl-ana.binary-tree.asd

Source

cl-ana.binary-tree.asd.

Parent Component

cl-ana.binary-tree (system).

ASDF Systems

cl-ana.binary-tree.


3.1.15 cl-ana.array-utils/cl-ana.array-utils.asd

Source

cl-ana.array-utils.asd.

Parent Component

cl-ana.array-utils (system).

ASDF Systems

cl-ana.array-utils.


3.1.16 cl-ana.error-propogation/cl-ana.error-propogation.asd

Source

cl-ana.error-propogation.asd.

Parent Component

cl-ana.error-propogation (system).

ASDF Systems

cl-ana.error-propogation.


3.1.17 cl-ana.quantity/cl-ana.quantity.asd

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

ASDF Systems

cl-ana.quantity.


3.1.18 cl-ana.spline/cl-ana.spline.asd

Source

cl-ana.spline.asd.

Parent Component

cl-ana.spline (system).

ASDF Systems

cl-ana.spline.


3.1.19 cl-ana.fitting/cl-ana.fitting.asd

Source

cl-ana.fitting.asd.

Parent Component

cl-ana.fitting (system).

ASDF Systems

cl-ana.fitting.


3.1.20 cl-ana.map/cl-ana.map.asd

Source

cl-ana.map.asd.

Parent Component

cl-ana.map (system).

ASDF Systems

cl-ana.map.


3.1.21 cl-ana.hash-table-utils/cl-ana.hash-table-utils.asd

Source

cl-ana.hash-table-utils.asd.

Parent Component

cl-ana.hash-table-utils (system).

ASDF Systems

cl-ana.hash-table-utils.


3.1.22 cl-ana.table/cl-ana.table.asd

Source

cl-ana.table.asd.

Parent Component

cl-ana.table (system).

ASDF Systems

cl-ana.table.


3.1.23 cl-ana.table-utils/cl-ana.table-utils.asd

Source

cl-ana.table-utils.asd.

Parent Component

cl-ana.table-utils (system).

ASDF Systems

cl-ana.table-utils.


3.1.24 cl-ana.statistics/cl-ana.statistics.asd

Source

cl-ana.statistics.asd.

Parent Component

cl-ana.statistics (system).

ASDF Systems

cl-ana.statistics.


3.1.25 cl-ana.histogram/cl-ana.histogram.asd

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

ASDF Systems

cl-ana.histogram.


3.1.26 cl-ana.clos-utils/cl-ana.clos-utils.asd

Source

cl-ana.clos-utils.asd.

Parent Component

cl-ana.clos-utils (system).

ASDF Systems

cl-ana.clos-utils.


3.1.27 cl-ana.hdf-table/cl-ana.hdf-table.asd

Source

cl-ana.hdf-table.asd.

Parent Component

cl-ana.hdf-table (system).

ASDF Systems

cl-ana.hdf-table.


3.1.28 cl-ana.hdf-utils/cl-ana.hdf-utils.asd

Source

cl-ana.hdf-utils.asd.

Parent Component

cl-ana.hdf-utils (system).

ASDF Systems

cl-ana.hdf-utils.


3.1.29 cl-ana.hdf-cffi/cl-ana.hdf-cffi.asd

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

ASDF Systems

cl-ana.hdf-cffi.


3.1.30 cl-ana.memoization/cl-ana.memoization.asd

Source

cl-ana.memoization.asd.

Parent Component

cl-ana.memoization (system).

ASDF Systems

cl-ana.memoization.


3.1.31 cl-ana.typespec/cl-ana.typespec.asd

Source

cl-ana.typespec.asd.

Parent Component

cl-ana.typespec (system).

ASDF Systems

cl-ana.typespec.


3.1.32 cl-ana.int-char/cl-ana.int-char.asd

Source

cl-ana.int-char.asd.

Parent Component

cl-ana.int-char (system).

ASDF Systems

cl-ana.int-char.


3.1.33 cl-ana.hdf-typespec/cl-ana.hdf-typespec.asd

Source

cl-ana.hdf-typespec.asd.

Parent Component

cl-ana.hdf-typespec (system).

ASDF Systems

cl-ana.hdf-typespec.


3.1.34 cl-ana.typed-table/cl-ana.typed-table.asd

Source

cl-ana.typed-table.asd.

Parent Component

cl-ana.typed-table (system).

ASDF Systems

cl-ana.typed-table.


3.1.35 cl-ana.ntuple-table/cl-ana.ntuple-table.asd

Source

cl-ana.ntuple-table.asd.

Parent Component

cl-ana.ntuple-table (system).

ASDF Systems

cl-ana.ntuple-table.


3.1.36 cl-ana.gsl-cffi/cl-ana.gsl-cffi.asd

Source

cl-ana.gsl-cffi.asd.

Parent Component

cl-ana.gsl-cffi (system).

ASDF Systems

cl-ana.gsl-cffi.


3.1.37 cl-ana.csv-table/cl-ana.csv-table.asd

Source

cl-ana.csv-table.asd.

Parent Component

cl-ana.csv-table (system).

ASDF Systems

cl-ana.csv-table.


3.1.38 cl-ana.reusable-table/cl-ana.reusable-table.asd

Source

cl-ana.reusable-table.asd.

Parent Component

cl-ana.reusable-table (system).

ASDF Systems

cl-ana.reusable-table.


3.1.39 cl-ana.lorentz/cl-ana.lorentz.asd

Source

cl-ana.lorentz.asd.

Parent Component

cl-ana.lorentz (system).

ASDF Systems

cl-ana.lorentz.


3.1.40 cl-ana.file-utils/cl-ana.file-utils.asd

Source

cl-ana.file-utils.asd.

Parent Component

cl-ana.file-utils (system).

ASDF Systems

cl-ana.file-utils.


3.1.41 cl-ana.statistical-learning/cl-ana.statistical-learning.asd

Source

cl-ana.statistical-learning.asd.

Parent Component

cl-ana.statistical-learning (system).

ASDF Systems

cl-ana.statistical-learning.


3.1.42 cl-ana.plotting/cl-ana.plotting.asd

Source

cl-ana.plotting.asd.

Parent Component

cl-ana.plotting (system).

ASDF Systems

cl-ana.plotting.


3.1.43 cl-ana.gnuplot-interface/cl-ana.gnuplot-interface.asd

Source

cl-ana.gnuplot-interface.asd.

Parent Component

cl-ana.gnuplot-interface (system).

ASDF Systems

cl-ana.gnuplot-interface.


3.1.44 cl-ana.table-viewing/cl-ana.table-viewing.asd

Source

cl-ana.table-viewing.asd.

Parent Component

cl-ana.table-viewing (system).

ASDF Systems

cl-ana.table-viewing.


3.1.45 cl-ana.serialization/cl-ana.serialization.asd

Source

cl-ana.serialization.asd.

Parent Component

cl-ana.serialization (system).

ASDF Systems

cl-ana.serialization.


3.1.46 cl-ana.makeres/cl-ana.makeres.asd

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

ASDF Systems

cl-ana.makeres.


3.1.47 cl-ana.makeres-macro/cl-ana.makeres-macro.asd

Source

cl-ana.makeres-macro.asd.

Parent Component

cl-ana.makeres-macro (system).

ASDF Systems

cl-ana.makeres-macro.


3.1.48 cl-ana.makeres-block/cl-ana.makeres-block.asd

Source

cl-ana.makeres-block.asd.

Parent Component

cl-ana.makeres-block (system).

ASDF Systems

cl-ana.makeres-block.


3.1.49 cl-ana.makeres-progress/cl-ana.makeres-progress.asd

Source

cl-ana.makeres-progress.asd.

Parent Component

cl-ana.makeres-progress (system).

ASDF Systems

cl-ana.makeres-progress.


3.1.50 cl-ana.makeres-table/cl-ana.makeres-table.asd

Source

cl-ana.makeres-table.asd.

Parent Component

cl-ana.makeres-table (system).

ASDF Systems

cl-ana.makeres-table.


3.1.51 cl-ana.makeres-graphviz/cl-ana.makeres-graphviz.asd

Source

cl-ana.makeres-graphviz.asd.

Parent Component

cl-ana.makeres-graphviz (system).

ASDF Systems

cl-ana.makeres-graphviz.


3.1.52 cl-ana.makeres-branch/cl-ana.makeres-branch.asd

Source

cl-ana.makeres-branch.asd.

Parent Component

cl-ana.makeres-branch (system).

ASDF Systems

cl-ana.makeres-branch.


3.1.53 cl-ana.makeres-utils/cl-ana.makeres-utils.asd

Source

cl-ana.makeres-utils.asd.

Parent Component

cl-ana.makeres-utils (system).

ASDF Systems

cl-ana.makeres-utils.


3.1.54 cl-ana.columnar-table/cl-ana.columnar-table.asd

Source

cl-ana.columnar-table.asd.

Parent Component

cl-ana.columnar-table (system).

ASDF Systems

cl-ana.columnar-table.


3.1.55 cl-ana/package.lisp

Source

cl-ana.asd.

Parent Component

cl-ana (system).

Packages

cl-ana.

Internals

*cl-ana-package-names* (special variable).


3.1.56 cl-ana.pathname-utils/package.lisp

Source

cl-ana.pathname-utils.asd.

Parent Component

cl-ana.pathname-utils (system).

Packages

cl-ana.pathname-utils.


3.1.57 cl-ana.pathname-utils/pathname-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.pathname-utils.asd.

Parent Component

cl-ana.pathname-utils (system).

Public Interface

3.1.58 cl-ana.package-utils/package.lisp

Source

cl-ana.package-utils.asd.

Parent Component

cl-ana.package-utils (system).

Packages

cl-ana.package-utils.


3.1.59 cl-ana.package-utils/package-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.package-utils.asd.

Parent Component

cl-ana.package-utils (system).

Public Interface
Internals

*package-groups* (special variable).


3.1.60 cl-ana.generic-math/package.lisp

Source

cl-ana.generic-math.asd.

Parent Component

cl-ana.generic-math (system).

Packages

cl-ana.generic-math.


3.1.61 cl-ana.generic-math/generic-math.lisp

Dependency

package.lisp (file).

Source

cl-ana.generic-math.asd.

Parent Component

cl-ana.generic-math (system).

Public Interface
Internals

reduce-defun (macro).


3.1.62 cl-ana.generic-math/number.lisp

Dependency

generic-math.lisp (file).

Source

cl-ana.generic-math.asd.

Parent Component

cl-ana.generic-math (system).

Public Interface

3.1.63 cl-ana.list-utils/package.lisp

Source

cl-ana.list-utils.asd.

Parent Component

cl-ana.list-utils (system).

Packages

cl-ana.list-utils.


3.1.64 cl-ana.list-utils/list-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.list-utils.asd.

Parent Component

cl-ana.list-utils (system).

Public Interface
Internals

list-equal (function).


3.1.65 cl-ana.functional-utils/package.lisp

Source

cl-ana.functional-utils.asd.

Parent Component

cl-ana.functional-utils (system).

Packages

cl-ana.functional-utils.


3.1.66 cl-ana.functional-utils/functional-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.functional-utils.asd.

Parent Component

cl-ana.functional-utils (system).

Public Interface

3.1.67 cl-ana.string-utils/package.lisp

Source

cl-ana.string-utils.asd.

Parent Component

cl-ana.string-utils (system).

Packages

cl-ana.string-utils.


3.1.68 cl-ana.string-utils/string-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.string-utils.asd.

Parent Component

cl-ana.string-utils (system).

Public Interface

3.1.69 cl-ana.math-functions/package.lisp

Source

cl-ana.math-functions.asd.

Parent Component

cl-ana.math-functions (system).

Packages

cl-ana.math-functions.


3.1.70 cl-ana.math-functions/utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.math-functions.asd.

Parent Component

cl-ana.math-functions (system).

Public Interface

3.1.71 cl-ana.math-functions/distributions.lisp

Dependency

utils.lisp (file).

Source

cl-ana.math-functions.asd.

Parent Component

cl-ana.math-functions (system).

Public Interface

3.1.72 cl-ana.math-functions/combinatorics.lisp

Dependency

distributions.lisp (file).

Source

cl-ana.math-functions.asd.

Parent Component

cl-ana.math-functions (system).

Public Interface

3.1.73 cl-ana.math-functions/misc.lisp

Dependency

combinatorics.lisp (file).

Source

cl-ana.math-functions.asd.

Parent Component

cl-ana.math-functions (system).

Public Interface

3.1.74 cl-ana.calculus/package.lisp

Source

cl-ana.calculus.asd.

Parent Component

cl-ana.calculus (system).

Packages

cl-ana.calculus.


3.1.75 cl-ana.calculus/differentiation.lisp

Dependency

package.lisp (file).

Source

cl-ana.calculus.asd.

Parent Component

cl-ana.calculus (system).

Public Interface

3.1.76 cl-ana.calculus/newton.lisp

Dependency

differentiation.lisp (file).

Source

cl-ana.calculus.asd.

Parent Component

cl-ana.calculus (system).

Public Interface

3.1.77 cl-ana.calculus/rk4.lisp

Dependency

newton.lisp (file).

Source

cl-ana.calculus.asd.

Parent Component

cl-ana.calculus (system).

Public Interface

rk4 (function).


3.1.78 cl-ana.linear-algebra/package.lisp

Source

cl-ana.linear-algebra.asd.

Parent Component

cl-ana.linear-algebra (system).

Packages

cl-ana.linear-algebra.


3.1.79 cl-ana.linear-algebra/linear-algebra.lisp

Dependency

package.lisp (file).

Source

cl-ana.linear-algebra.asd.

Parent Component

cl-ana.linear-algebra (system).

Public Interface

3.1.80 cl-ana.tensor/package.lisp

Source

cl-ana.tensor.asd.

Parent Component

cl-ana.tensor (system).

Packages

cl-ana.tensor.


3.1.81 cl-ana.tensor/tensor.lisp

Dependency

package.lisp (file).

Source

cl-ana.tensor.asd.

Parent Component

cl-ana.tensor (system).

Public Interface
Internals

3.1.82 cl-ana.symbol-utils/package.lisp

Source

cl-ana.symbol-utils.asd.

Parent Component

cl-ana.symbol-utils (system).

Packages

cl-ana.symbol-utils.


3.1.83 cl-ana.symbol-utils/symbol-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.symbol-utils.asd.

Parent Component

cl-ana.symbol-utils (system).

Public Interface

3.1.84 cl-ana.macro-utils/package.lisp

Source

cl-ana.macro-utils.asd.

Parent Component

cl-ana.macro-utils (system).

Packages

cl-ana.macro-utils.


3.1.85 cl-ana.macro-utils/macro-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.macro-utils.asd.

Parent Component

cl-ana.macro-utils (system).

Public Interface
Internals

3.1.86 cl-ana.binary-tree/package.lisp

Source

cl-ana.binary-tree.asd.

Parent Component

cl-ana.binary-tree (system).

Packages

cl-ana.binary-tree.


3.1.87 cl-ana.binary-tree/binary-tree.lisp

Dependency

package.lisp (file).

Source

cl-ana.binary-tree.asd.

Parent Component

cl-ana.binary-tree (system).

Public Interface
Internals

3.1.88 cl-ana.array-utils/package.lisp

Source

cl-ana.array-utils.asd.

Parent Component

cl-ana.array-utils (system).

Packages

cl-ana.array-utils.


3.1.89 cl-ana.array-utils/array-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.array-utils.asd.

Parent Component

cl-ana.array-utils (system).

Public Interface

3.1.90 cl-ana.error-propogation/package.lisp

Source

cl-ana.error-propogation.asd.

Parent Component

cl-ana.error-propogation (system).

Packages

cl-ana.error-propogation.


3.1.91 cl-ana.error-propogation/error-propogation.lisp

Dependency

package.lisp (file).

Source

cl-ana.error-propogation.asd.

Parent Component

cl-ana.error-propogation (system).

Public Interface
Internals

3.1.92 cl-ana.quantity/package.lisp

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Packages

cl-ana.quantity.


3.1.93 cl-ana.quantity/unit.lisp

Dependency

package.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Internals

3.1.94 cl-ana.quantity/macros.lisp

Dependency

unit.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Internals

3.1.95 cl-ana.quantity/quantity.lisp

Dependency

macros.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface
Internals

3.1.96 cl-ana.quantity/binary.lisp

Dependency

quantity.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface

3.1.97 cl-ana.quantity/si.lisp

Dependency

binary.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface
Internals

+si-base-units+ (special variable).


3.1.98 cl-ana.quantity/metric-non-si.lisp

Dependency

si.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface

3.1.99 cl-ana.quantity/us.lisp

Dependency

metric-non-si.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface

3.1.100 cl-ana.quantity/constants.lisp

Dependency

us.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface

3.1.101 cl-ana.quantity/temperature.lisp

Dependency

constants.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface
Internals

3.1.102 cl-ana.quantity/post-constants.lisp

Dependency

temperature.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface

3.1.103 cl-ana.quantity/convert-units.lisp

Dependency

post-constants.lisp (file).

Source

cl-ana.quantity.asd.

Parent Component

cl-ana.quantity (system).

Public Interface

convert-units (function).


3.1.104 cl-ana.spline/package.lisp

Source

cl-ana.spline.asd.

Parent Component

cl-ana.spline (system).

Packages

cl-ana.spline.


3.1.105 cl-ana.spline/spline.lisp

Dependency

package.lisp (file).

Source

cl-ana.spline.asd.

Parent Component

cl-ana.spline (system).

Public Interface
Internals

3.1.106 cl-ana.fitting/package.lisp

Source

cl-ana.fitting.asd.

Parent Component

cl-ana.fitting (system).

Packages

cl-ana.fitting.


3.1.107 cl-ana.fitting/fitting.lisp

Dependency

package.lisp (file).

Source

cl-ana.fitting.asd.

Parent Component

cl-ana.fitting (system).

Public Interface
Internals

3.1.108 cl-ana.fitting/functions.lisp

Dependency

fitting.lisp (file).

Source

cl-ana.fitting.asd.

Parent Component

cl-ana.fitting (system).

Public Interface

3.1.109 cl-ana.map/package.lisp

Source

cl-ana.map.asd.

Parent Component

cl-ana.map (system).

Packages

cl-ana.map.


3.1.110 cl-ana.map/map.lisp

Dependency

package.lisp (file).

Source

cl-ana.map.asd.

Parent Component

cl-ana.map (system).

Public Interface

3.1.111 cl-ana.hash-table-utils/package.lisp

Source

cl-ana.hash-table-utils.asd.

Parent Component

cl-ana.hash-table-utils (system).

Packages

cl-ana.hash-table-utils.


3.1.112 cl-ana.hash-table-utils/hash-table-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.hash-table-utils.asd.

Parent Component

cl-ana.hash-table-utils (system).

Public Interface
Internals

copy-hash-table (function).


3.1.113 cl-ana.table/package.lisp

Source

cl-ana.table.asd.

Parent Component

cl-ana.table (system).

Packages

cl-ana.table.


3.1.114 cl-ana.table/table.lisp

Dependency

package.lisp (file).

Source

cl-ana.table.asd.

Parent Component

cl-ana.table (system).

Public Interface
Internals

do-table-old (macro).


3.1.115 cl-ana.table/table-chain.lisp

Dependency

table.lisp (file).

Source

cl-ana.table.asd.

Parent Component

cl-ana.table (system).

Public Interface
Internals

3.1.116 cl-ana.table/plist-table.lisp

Dependency

table-chain.lisp (file).

Source

cl-ana.table.asd.

Parent Component

cl-ana.table (system).

Public Interface
Internals

3.1.117 cl-ana.table-utils/package.lisp

Source

cl-ana.table-utils.asd.

Parent Component

cl-ana.table-utils (system).

Packages

cl-ana.table-utils.


3.1.118 cl-ana.table-utils/table-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.table-utils.asd.

Parent Component

cl-ana.table-utils (system).

Public Interface

3.1.119 cl-ana.statistics/package.lisp

Source

cl-ana.statistics.asd.

Parent Component

cl-ana.statistics (system).

Packages

cl-ana.statistics.


3.1.120 cl-ana.statistics/statistics.lisp

Dependency

package.lisp (file).

Source

cl-ana.statistics.asd.

Parent Component

cl-ana.statistics (system).

Public Interface
Internals

mean-accumulator (function).


3.1.121 cl-ana.histogram/package.lisp

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Packages

cl-ana.histogram.


3.1.122 cl-ana.histogram/histogram.lisp

Dependency

package.lisp (file).

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Public Interface
Internals

3.1.123 cl-ana.histogram/rectangular-histogram.lisp

Dependency

histogram.lisp (file).

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Public Interface
Internals

3.1.124 cl-ana.histogram/contiguous-histogram.lisp

Dependency

rectangular-histogram.lisp (file).

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Public Interface
Internals

3.1.125 cl-ana.histogram/sparse-histogram.lisp

Dependency

contiguous-histogram.lisp (file).

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Public Interface
Internals

3.1.126 cl-ana.histogram/variable-binning-histogram.lisp

Dependency

sparse-histogram.lisp (file).

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Public Interface
Internals

3.1.127 cl-ana.histogram/categorical-histogram.lisp

Dependency

variable-binning-histogram.lisp (file).

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Public Interface
Internals

3.1.128 cl-ana.histogram/conversion.lisp

Dependency

categorical-histogram.lisp (file).

Source

cl-ana.histogram.asd.

Parent Component

cl-ana.histogram (system).

Public Interface

3.1.129 cl-ana.clos-utils/package.lisp

Source

cl-ana.clos-utils.asd.

Parent Component

cl-ana.clos-utils (system).

Packages

cl-ana.clos-utils.


3.1.130 cl-ana.clos-utils/clos-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.clos-utils.asd.

Parent Component

cl-ana.clos-utils (system).

Public Interface

3.1.131 cl-ana.hdf-table/package.lisp

Source

cl-ana.hdf-table.asd.

Parent Component

cl-ana.hdf-table (system).

Packages

cl-ana.hdf-table.


3.1.132 cl-ana.hdf-table/hdf-table.lisp

Dependency

package.lisp (file).

Source

cl-ana.hdf-table.asd.

Parent Component

cl-ana.hdf-table (system).

Public Interface
Internals

3.1.133 cl-ana.hdf-table/hdf-table-chain.lisp

Dependency

hdf-table.lisp (file).

Source

cl-ana.hdf-table.asd.

Parent Component

cl-ana.hdf-table (system).

Public Interface
Internals

3.1.134 cl-ana.hdf-utils/package.lisp

Source

cl-ana.hdf-utils.asd.

Parent Component

cl-ana.hdf-utils (system).

Packages

cl-ana.hdf-utils.


3.1.135 cl-ana.hdf-utils/hdf-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.hdf-utils.asd.

Parent Component

cl-ana.hdf-utils (system).

Public Interface

3.1.136 cl-ana.hdf-cffi/package.lisp

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Packages

hdf5.


3.1.137 cl-ana.hdf-cffi/library.lisp

Dependency

package.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface

+null+ (special variable).

Internals

lispify (function).


3.1.138 cl-ana.hdf-cffi/grovel.lisp

Dependency

library.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.139 cl-ana.hdf-cffi/h5-grovel.lisp

Dependency

grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.140 cl-ana.hdf-cffi/h5.lisp

Dependency

h5-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface

3.1.141 cl-ana.hdf-cffi/h5i-grovel.lisp

Dependency

h5.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.142 cl-ana.hdf-cffi/h5i.lisp

Dependency

h5i-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

h5iinc-type-ref (function).


3.1.143 cl-ana.hdf-cffi/h5f-grovel.lisp

Dependency

h5i.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.144 cl-ana.hdf-cffi/h5f.lisp

Dependency

h5f-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

3.1.145 cl-ana.hdf-cffi/h5t-grovel.lisp

Dependency

h5f.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.146 cl-ana.hdf-cffi/h5t.lisp

Dependency

h5t-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

3.1.147 cl-ana.hdf-cffi/h5l-grovel.lisp

Dependency

h5t.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.148 cl-ana.hdf-cffi/h5l.lisp

Dependency

h5l-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

3.1.149 cl-ana.hdf-cffi/h5o-grovel.lisp

Dependency

h5l.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.150 cl-ana.hdf-cffi/h5o.lisp

Dependency

h5o-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

3.1.151 cl-ana.hdf-cffi/h5s-grovel.lisp

Dependency

h5o.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.152 cl-ana.hdf-cffi/h5s.lisp

Dependency

h5s-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

h5soffset-simple (function).


3.1.153 cl-ana.hdf-cffi/h5d-grovel.lisp

Dependency

h5s.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.154 cl-ana.hdf-cffi/h5d.lisp

Dependency

h5d-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface

3.1.155 cl-ana.hdf-cffi/h5g-grovel.lisp

Dependency

h5d.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.156 cl-ana.hdf-cffi/h5g.lisp

Dependency

h5g-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

h5gget-create-plist (function).


3.1.157 cl-ana.hdf-cffi/h5a-grovel.lisp

Dependency

h5g.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.158 cl-ana.hdf-cffi/h5a.lisp

Dependency

h5a-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface

3.1.159 cl-ana.hdf-cffi/h5r-grovel.lisp

Dependency

h5a.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.160 cl-ana.hdf-cffi/h5r.lisp

Dependency

h5r-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

h5rdereference-gen (macro).


3.1.161 cl-ana.hdf-cffi/h5z-grovel.lisp

Dependency

h5r.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.162 cl-ana.hdf-cffi/h5z.lisp

Dependency

h5z-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface

3.1.163 cl-ana.hdf-cffi/h5p-grovel.lisp

Dependency

h5z.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).


3.1.164 cl-ana.hdf-cffi/h5p.lisp

Dependency

h5p-grovel.lisp (file).

Source

cl-ana.hdf-cffi.asd.

Parent Component

cl-ana.hdf-cffi (system).

Public Interface
Internals

3.1.165 cl-ana.memoization/package.lisp

Source

cl-ana.memoization.asd.

Parent Component

cl-ana.memoization (system).

Packages

cl-ana.memoization.


3.1.166 cl-ana.memoization/memoization.lisp

Dependency

package.lisp (file).

Source

cl-ana.memoization.asd.

Parent Component

cl-ana.memoization (system).

Public Interface
Internals

*memoized-map* (special variable).


3.1.167 cl-ana.typespec/package.lisp

Source

cl-ana.typespec.asd.

Parent Component

cl-ana.typespec (system).

Packages

cl-ana.typespec.


3.1.168 cl-ana.typespec/typespec.lisp

Dependency

package.lisp (file).

Source

cl-ana.typespec.asd.

Parent Component

cl-ana.typespec (system).

Public Interface

3.1.169 cl-ana.int-char/package.lisp

Source

cl-ana.int-char.asd.

Parent Component

cl-ana.int-char (system).

Packages

cl-ana.int-char.


3.1.170 cl-ana.int-char/int-char.lisp

Dependency

package.lisp (file).

Source

cl-ana.int-char.asd.

Parent Component

cl-ana.int-char (system).

Public Interface

int-char (function).

Internals

3.1.171 cl-ana.hdf-typespec/package.lisp

Source

cl-ana.hdf-typespec.asd.

Parent Component

cl-ana.hdf-typespec (system).

Packages

cl-ana.hdf-typespec.


3.1.172 cl-ana.hdf-typespec/hdf-typespec.lisp

Dependency

package.lisp (file).

Source

cl-ana.hdf-typespec.asd.

Parent Component

cl-ana.hdf-typespec (system).

Public Interface
Internals

3.1.173 cl-ana.typed-table/package.lisp

Source

cl-ana.typed-table.asd.

Parent Component

cl-ana.typed-table (system).

Packages

cl-ana.typed-table.


3.1.174 cl-ana.typed-table/typed-table.lisp

Dependency

package.lisp (file).

Source

cl-ana.typed-table.asd.

Parent Component

cl-ana.typed-table (system).

Public Interface
Internals

3.1.175 cl-ana.ntuple-table/package.lisp

Source

cl-ana.ntuple-table.asd.

Parent Component

cl-ana.ntuple-table (system).

Packages

cl-ana.ntuple-table.


3.1.176 cl-ana.ntuple-table/ntuple-table.lisp

Dependency

package.lisp (file).

Source

cl-ana.ntuple-table.asd.

Parent Component

cl-ana.ntuple-table (system).

Public Interface
Internals

3.1.177 cl-ana.gsl-cffi/package.lisp

Source

cl-ana.gsl-cffi.asd.

Parent Component

cl-ana.gsl-cffi (system).

Packages

cl-ana.gsl-cffi.


3.1.178 cl-ana.gsl-cffi/gsl-cffi.lisp

Dependency

package.lisp (file).

Source

cl-ana.gsl-cffi.asd.

Parent Component

cl-ana.gsl-cffi (system).

Public Interface
Internals

3.1.179 cl-ana.csv-table/package.lisp

Source

cl-ana.csv-table.asd.

Parent Component

cl-ana.csv-table (system).

Packages

cl-ana.csv-table.


3.1.180 cl-ana.csv-table/csv-table.lisp

Dependency

package.lisp (file).

Source

cl-ana.csv-table.asd.

Parent Component

cl-ana.csv-table (system).

Public Interface
Internals

3.1.181 cl-ana.reusable-table/package.lisp

Source

cl-ana.reusable-table.asd.

Parent Component

cl-ana.reusable-table (system).

Packages

cl-ana.reusable-table.


3.1.182 cl-ana.reusable-table/reusable-table.lisp

Dependency

package.lisp (file).

Source

cl-ana.reusable-table.asd.

Parent Component

cl-ana.reusable-table (system).

Public Interface
Internals

3.1.183 cl-ana.lorentz/package.lisp

Source

cl-ana.lorentz.asd.

Parent Component

cl-ana.lorentz (system).

Packages

cl-ana.lorentz.


3.1.184 cl-ana.lorentz/lorentz.lisp

Dependency

package.lisp (file).

Source

cl-ana.lorentz.asd.

Parent Component

cl-ana.lorentz (system).

Public Interface

3.1.185 cl-ana.file-utils/package.lisp

Source

cl-ana.file-utils.asd.

Parent Component

cl-ana.file-utils (system).

Packages

cl-ana.file-utils.


3.1.186 cl-ana.file-utils/read-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.file-utils.asd.

Parent Component

cl-ana.file-utils (system).

Public Interface
Internals

line->fields (function).


3.1.187 cl-ana.file-utils/write-utils.lisp

Dependency

read-utils.lisp (file).

Source

cl-ana.file-utils.asd.

Parent Component

cl-ana.file-utils (system).

Public Interface

3.1.188 cl-ana.file-utils/stat-utils.lisp

Dependency

write-utils.lisp (file).

Source

cl-ana.file-utils.asd.

Parent Component

cl-ana.file-utils (system).

Public Interface

file-last-changed (function).


3.1.189 cl-ana.file-utils/sha.lisp

Dependency

stat-utils.lisp (file).

Source

cl-ana.file-utils.asd.

Parent Component

cl-ana.file-utils (system).

Public Interface

3.1.190 cl-ana.statistical-learning/package.lisp

Source

cl-ana.statistical-learning.asd.

Parent Component

cl-ana.statistical-learning (system).

Packages

cl-ana.statistical-learning.


3.1.191 cl-ana.statistical-learning/statistical-learning.lisp

Dependency

package.lisp (file).

Source

cl-ana.statistical-learning.asd.

Parent Component

cl-ana.statistical-learning (system).

Public Interface

3.1.192 cl-ana.plotting/package.lisp

Source

cl-ana.plotting.asd.

Parent Component

cl-ana.plotting (system).

Packages

cl-ana.plotting.


3.1.193 cl-ana.plotting/plotting.lisp

Dependency

package.lisp (file).

Source

cl-ana.plotting.asd.

Parent Component

cl-ana.plotting (system).

Public Interface
Internals

3.1.194 cl-ana.gnuplot-interface/package.lisp

Source

cl-ana.gnuplot-interface.asd.

Parent Component

cl-ana.gnuplot-interface (system).

Packages

cl-ana.gnuplot-interface.


3.1.195 cl-ana.gnuplot-interface/gnuplot-interface.lisp

Dependency

package.lisp (file).

Source

cl-ana.gnuplot-interface.asd.

Parent Component

cl-ana.gnuplot-interface (system).

Public Interface

3.1.196 cl-ana.table-viewing/package.lisp

Source

cl-ana.table-viewing.asd.

Parent Component

cl-ana.table-viewing (system).

Packages

cl-ana.table-viewing.


3.1.197 cl-ana.table-viewing/table-viewing.lisp

Dependency

package.lisp (file).

Source

cl-ana.table-viewing.asd.

Parent Component

cl-ana.table-viewing (system).

Public Interface

3.1.198 cl-ana.serialization/package.lisp

Source

cl-ana.serialization.asd.

Parent Component

cl-ana.serialization (system).

Packages

cl-ana.serialization.


3.1.199 cl-ana.serialization/histogram.lisp

Dependency

package.lisp (file).

Source

cl-ana.serialization.asd.

Parent Component

cl-ana.serialization (system).

Public Interface
Internals

3.1.200 cl-ana.makeres/package.lisp

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Packages

cl-ana.makeres.


3.1.201 cl-ana.makeres/makeres.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface
Internals

3.1.202 cl-ana.makeres/lrestrans.lisp

Dependency

makeres.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface

lrestrans (function).


3.1.203 cl-ana.makeres/logres.lisp

Dependency

lrestrans.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface
Internals

3.1.204 cl-ana.makeres/histogram.lisp

Dependency

logres.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface

3.1.205 cl-ana.makeres/function.lisp

Dependency

histogram.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface

3.1.206 cl-ana.makeres/hash-table.lisp

Dependency

function.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface

3.1.207 cl-ana.makeres/cons.lisp

Dependency

hash-table.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface
Internals

printable-cons (function).


3.1.208 cl-ana.makeres/array.lisp

Dependency

cons.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface

3.1.209 cl-ana.makeres/string.lisp

Dependency

array.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface

3.1.210 cl-ana.makeres/err-num.lisp

Dependency

string.lisp (file).

Source

cl-ana.makeres.asd.

Parent Component

cl-ana.makeres (system).

Public Interface

3.1.211 cl-ana.makeres-macro/package.lisp

Source

cl-ana.makeres-macro.asd.

Parent Component

cl-ana.makeres-macro (system).

Packages

cl-ana.makeres-macro.


3.1.212 cl-ana.makeres-macro/makeres-macro.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres-macro.asd.

Parent Component

cl-ana.makeres-macro (system).

Public Interface
Internals

3.1.213 cl-ana.makeres-block/package.lisp

Source

cl-ana.makeres-block.asd.

Parent Component

cl-ana.makeres-block (system).

Packages

cl-ana.makeres-block.


3.1.214 cl-ana.makeres-block/makeres-block.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres-block.asd.

Parent Component

cl-ana.makeres-block (system).

Public Interface
Internals

*project->bid->body* (special variable).


3.1.215 cl-ana.makeres-progress/package.lisp

Source

cl-ana.makeres-progress.asd.

Parent Component

cl-ana.makeres-progress (system).

Packages

cl-ana.makeres-progress.


3.1.216 cl-ana.makeres-progress/progresstrans.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres-progress.asd.

Parent Component

cl-ana.makeres-progress (system).

Public Interface

3.1.217 cl-ana.makeres-table/package.lisp

Source

cl-ana.makeres-table.asd.

Parent Component

cl-ana.makeres-table (system).

Packages

cl-ana.makeres-table.


3.1.218 cl-ana.makeres-table/smart-gensym.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres-table.asd.

Parent Component

cl-ana.makeres-table (system).

Internals

3.1.219 cl-ana.makeres-table/table-operators.lisp

Dependency

smart-gensym.lisp (file).

Source

cl-ana.makeres-table.asd.

Parent Component

cl-ana.makeres-table (system).

Public Interface
Internals

*proj->tab->lfields* (special variable).


3.1.220 cl-ana.makeres-table/tabletrans.lisp

Dependency

table-operators.lisp (file).

Source

cl-ana.makeres-table.asd.

Parent Component

cl-ana.makeres-table (system).

Public Interface
Internals

3.1.221 cl-ana.makeres-table/openers.lisp

Dependency

tabletrans.lisp (file).

Source

cl-ana.makeres-table.asd.

Parent Component

cl-ana.makeres-table (system).

Public Interface

3.1.222 cl-ana.makeres-table/logging.lisp

Dependency

openers.lisp (file).

Source

cl-ana.makeres-table.asd.

Parent Component

cl-ana.makeres-table (system).

Public Interface
Internals

destruct-on-save? (method).


3.1.223 cl-ana.makeres-graphviz/package.lisp

Source

cl-ana.makeres-graphviz.asd.

Parent Component

cl-ana.makeres-graphviz (system).

Packages

cl-ana.makeres-graphviz.


3.1.224 cl-ana.makeres-graphviz/dot.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres-graphviz.asd.

Parent Component

cl-ana.makeres-graphviz (system).

Public Interface

3.1.225 cl-ana.makeres-branch/package.lisp

Source

cl-ana.makeres-branch.asd.

Parent Component

cl-ana.makeres-branch (system).

Packages

cl-ana.makeres-branch.


3.1.226 cl-ana.makeres-branch/makeres-branch.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres-branch.asd.

Parent Component

cl-ana.makeres-branch (system).

Public Interface
Internals

3.1.227 cl-ana.makeres-utils/package.lisp

Source

cl-ana.makeres-utils.asd.

Parent Component

cl-ana.makeres-utils (system).

Packages

cl-ana.makeres-utils.


3.1.228 cl-ana.makeres-utils/makeres-utils.lisp

Dependency

package.lisp (file).

Source

cl-ana.makeres-utils.asd.

Parent Component

cl-ana.makeres-utils (system).

Public Interface

deffitres (macro).


3.1.229 cl-ana.columnar-table/package.lisp

Source

cl-ana.columnar-table.asd.

Parent Component

cl-ana.columnar-table (system).

Packages

cl-ana.columnar-table.


3.1.230 cl-ana.columnar-table/columnar-table.lisp

Dependency

package.lisp (file).

Source

cl-ana.columnar-table.asd.

Parent Component

cl-ana.columnar-table (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-ana

Source

package.lisp.

Use List

common-lisp.

Internals

*cl-ana-package-names* (special variable).


4.2 cl-ana.csv-table

Source

package.lisp.

Use List
Used By List

cl-ana.makeres-table.

Public Interface
Internals

4.3 cl-ana.ntuple-table

Source

package.lisp.

Use List
Used By List

cl-ana.makeres-table.

Public Interface
Internals

4.4 cl-ana.table-viewing

Source

package.lisp.

Use List
Public Interface

4.5 cl-ana.makeres-macro

Source

package.lisp.

Use List
Used By List

cl-ana.makeres-table.

Public Interface
Internals

4.6 cl-ana.quantity

Source

package.lisp.

Use List
Public Interface
Internals

4.7 hdf5

hdf5-cffi library: Common LISP binding for the HDF5 library

Source

package.lisp.

Use List
  • cffi.
  • common-lisp.
Used By List
Public Interface
Internals

4.8 cl-ana.serialization

Source

package.lisp.

Use List
Used By List

cl-ana.makeres.

Public Interface
Internals

4.9 cl-ana.typed-table

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

4.10 cl-ana.int-char

Source

package.lisp.

Use List

common-lisp.

Used By List
Public Interface

int-char (function).

Internals

4.11 cl-ana.plotting

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

4.12 cl-ana.spline

Source

package.lisp.

Use List
Public Interface
Internals

4.13 cl-ana.makeres-table

Source

package.lisp.

Use List
Public Interface
Internals

4.14 cl-ana.functional-utils

Source

package.lisp.

Use List

common-lisp.

Used By List
Public Interface

4.15 cl-ana.memoization

Source

package.lisp.

Use List
  • alexandria.
  • common-lisp.
Used By List
Public Interface
Internals

*memoized-map* (special variable).


4.16 cl-ana.table

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

4.17 cl-ana.gsl-cffi

Source

package.lisp.

Use List
  • cffi.
  • common-lisp.
Public Interface
Internals