|
| | array.h |
| | Definition of Array class (container)
|
| |
| | base_exports.h |
| | Import/Export definitions for some templates defined in base folder.
|
| |
| | bessel.cpp |
| | Implementation of Bessel functions.
|
| |
| | bessel.h |
| | Definitions of Bessel functions.
|
| |
| | binary.cpp |
| | Binary class implemenations.
|
| |
| | binary.h |
| | Binary class definition.
|
| |
| | binfile.cpp |
| | Binary file formats implementations.
|
| |
| | binfile.h |
| | Binary file formats definitions.
|
| |
| | circular_buffer.h |
| | Circular_Buffer class (container)
|
| |
| | converters.cpp |
| | Implementation of converters between different vector and matrix types.
|
| |
| | converters.h |
| | Definitions of converters between different vector and matrix types.
|
| |
| | copy_vector.cpp |
| | Vector copy functions for internal use.
|
| |
| | copy_vector.h |
| | Vector copy functions for internal use.
|
| |
| | factory.h |
| | Base class for class factories and memory allocation functions.
|
| |
| | fastmath.cpp |
| | Implementation of special operations on vectors and matricies optimized for speed.
|
| |
| | fastmath.h |
| | Definitions of special operations on vectors and matricies optimized for speed.
|
| |
| | gf2mat.cpp |
| | Implementation of a class for algebra on GF(2) (binary) matrices.
|
| |
| | gf2mat.h |
| | Definition of a class for algebra on GF(2) (binary) matrices.
|
| |
| | help_functions.cpp |
| | Help functions to make functions with vec and mat as arguments.
|
| |
| | help_functions.h |
| | Help functions to make functions with vec and mat as arguments.
|
| |
| | itassert.cpp |
| | Error handling functions - source file.
|
| |
| | itassert.h |
| | Error handling functions - header file.
|
| |
| | itcompat.cpp |
| | IT++ compatibility types and functions.
|
| |
| | itcompat.h |
| | IT++ compatibility types and functions.
|
| |
| | itfile.cpp |
| | Implementation of classes for the IT++ file format.
|
| |
| | itfile.h |
| | Definition of classes for the IT++ file format.
|
| |
| | ittypes.h |
| | IT++ type definitions.
|
| |
| | mat.cpp |
| | Matrix Class Implementation.
|
| |
| | mat.h |
| | Matrix Class Definitions.
|
| |
| | matfunc.cpp |
| | Various functions on vectors and matrices - source file.
|
| |
| | matfunc.h |
| | Various functions on vectors and matrices - header file.
|
| |
| | operators.cpp |
| | Implementation of operators for vectors and matricies of different types.
|
| |
| | operators.h |
| | Definitions of operators for vectors and matricies of different types.
|
| |
| | parser.cpp |
| | Implementation of an argument parser class.
|
| |
| | parser.h |
| | Definition of an argument parser class.
|
| |
| | random.cpp |
| | Implementation of classes for random number generators.
|
| |
| | random.h |
| | Definition of classes for random number generators.
|
| |
| | random_dsfmt.h |
| | C++ implementation of dSFMT random number generator.
|
| |
| | smat.cpp |
| | Sparse Matrix Class implementation.
|
| |
| | smat.h |
| | Sparse Matrix Class Definitions.
|
| |
| | sort.h |
| | Sorting functions.
|
| |
| | specmat.cpp |
| | Implementation of special vectors and matrices.
|
| |
| | specmat.h |
| | Definitions of special vectors and matrices.
|
| |
| | stack.h |
| | Stack class (container)
|
| |
| | svec.cpp |
| | Sparse Vector Class implementation.
|
| |
| | svec.h |
| | Sparse Vector Class definitions.
|
| |
| | timing.cpp |
| | Implementation of Timing classes.
|
| |
| | timing.h |
| | Definitions of Timing classes.
|
| |
| | vec.cpp |
| | Templated Vector Class Implementation.
|
| |
| | vec.h |
| | Templated Vector Class Definitions.
|
| |