_option< T > | A variable in your program, controlled by a command line option |
_optionbase | Abstract base class from which all _option<T> objects inherit |
Accumulator | Class to compute simple statistics of a stream of (currently real) numbers |
datablock< T > | A datablock<T> is a block of memory, formatted to hold an array of T, with reference counting |
dataview_interface< T > | The abstract base class for all data views. PARTIAL DOCUMENTATION! |
DenseMatrix< T > | A linear algebraic matrix, without any assumptions of sparseness or symmetry |
DenseVector< T > | A linear algebraic vector, without any assumptions of sparseness or symmetry |
FlexibleTable< T > | FlexibleTable<T> is intended for reading a table of columnar data from a file |
Histogram | Class to hold and compute histograms over the real numbers |
interval | A class to define index-sets, specifically for subvectors and submatrices |
linalg_traits< T > | Helper class defining relationships between numerical types; e.g. of what type is norm(T)? |
Matrix< T > | The abstract base class for matrices; provides size/shape and element access |
matrixview< T > | A two-dimensional view of a data block, suitable for a BLAS-compatible matrix. NO DOC YET! |
Options | A list of command line options, with methods for parsing strings and streams to set the options |
OptionVar | Obsolete predecessor of Options |
PermScaleMatrix< T > | A class for square matrices with exactly one entry in each row and in each column |
Permutation | Forms the mathematical basis of PermutationMatrix, and can be used independently for computing in the symmetric group. NO DOC YET! |
ProductOperator | A tensor product of operators (complex matrices) |
ProductOperatorSum | A sum of TensorProductOperator operators |
ProductState | A tensor product state vector |
ScalingPermutation< T > | ScalingPermutation<T> generalizes Permutation; elements can be scaled as well as permuted. Underlies PermScaleMatrix. NO DOC YET! |
SinglyBranchingState | A sum of product states that can be distinguished perfectly by measuring one (special) subsystem |
TensorProductIndex | Defines an index for iterating over a tensor product structure |
TensorProductStructure | Defines a tensor product structure on a finite dimensional Hilbert space |
Timer | Used to precisely profile the running time of algorithms |
Vector< T > | The abstract base class for vectors; provides size and element access |
vectorview< T > | A one-dimensional view of a data block, suitable for a BLAS-compatible vector. NO DOC YET! |