Files | |
file | array.h [code] |
Definition of Array class (container). | |
file | bessel.cpp [code] |
Implementation of Bessel functions. | |
file | bessel.h [code] |
Definitions of Bessel functions. | |
file | binary.cpp [code] |
Binary class implemenations. | |
file | binary.h [code] |
Binary class definition. | |
file | binfile.cpp [code] |
Binary file formats implementations. | |
file | binfile.h [code] |
Binary file formats definitions. | |
file | cholesky.cpp [code] |
Implementation of Cholesky factorisation functions. | |
file | cholesky.h [code] |
Definitions of Cholesky factorisation functions. | |
file | circular_buffer.h [code] |
Circular_Buffer class (container). | |
file | converters.cpp [code] |
Implementation of converters between different vector and matrix types. | |
file | converters.h [code] |
Definitions of converters between different vector and matrix types. | |
file | copy_vector.h [code] |
Vector copy functions for internal use. | |
file | det.cpp [code] |
Implementation of determinant calculations. | |
file | det.h [code] |
Definitions of determinant calculations. | |
file | eigen.cpp [code] |
Eigenvalue decomposition functions. | |
file | eigen.h [code] |
Definitions of eigenvalue decomposition functions. | |
file | elmatfunc.cpp [code] |
Implementation of elementary functions on vectors and matrices. | |
file | elmatfunc.h [code] |
Definitions of elementary functions on vectors and matrices. | |
file | factory.h [code] |
Base class for class factories. | |
file | fastica.cpp [code] |
Implementation of FastICA (Independent Component Analysis) for IT++. | |
file | fastica.h [code] |
Definition of FastICA (Independent Component Analysis) for IT++. | |
file | fastmath.cpp [code] |
Implementation of special operations on vectors and matricies optimized for speed. | |
file | fastmath.h [code] |
Definitions of special operations on vectors and matricies optimized for speed. | |
file | filter.cpp [code] |
Implementation of Filter classes and functions. | |
file | filter.h [code] |
Definitions of Filter classes and functions. | |
file | filter_design.cpp [code] |
Filter design functions. | |
file | filter_design.h [code] |
Filter design functions. | |
file | freq_filt.cpp [code] |
Implementation of Freq_Filt Class. | |
file | freq_filt.h [code] |
Definition of frequency domain filter class. | |
file | gf2mat.cpp [code] |
Implementation of a class for algebra on GF(2) (binary) matrices. | |
file | gf2mat.h [code] |
Definition of a class for algebra on GF(2) (binary) matrices. | |
file | help_functions.h [code] |
Help functions to make functions with vec and mat as arguments. | |
file | integration.cpp [code] |
Implementation of numerical integration. | |
file | integration.h [code] |
Definition of numerical integration. | |
file | inv.cpp [code] |
Implementation of matrix inversion routines. | |
file | inv.h [code] |
Definitions of matrix inversion routines. | |
file | itassert.cpp [code] |
Implementation of error handling functions. | |
file | itassert.h [code] |
Definitions of error handling functions. | |
file | itfile.cpp [code] |
Implementation of classes for the IT++ file format. | |
file | itfile.h [code] |
Definition of classes for the IT++ file format. | |
file | itpp_version.cpp [code] |
Implementation of IT++ version function. | |
file | itpp_version.h [code] |
Definition of IT++ version function. | |
file | ls_solve.cpp [code] |
Implementation of functions for solving linear equation systems. | |
file | ls_solve.h [code] |
Definitions of functions for solving linear equation systems. | |
file | lu.cpp [code] |
Implementation of LU factorisation functions. | |
file | lu.h [code] |
Definitions of LU factorisation functions. | |
file | machdep.h [code] |
Machine dependent formats for binary storage. | |
file | mat.cpp [code] |
Matrix Class Implementation. | |
file | mat.h [code] |
Matrix Class Definitions. | |
file | matfunc.cpp [code] |
Implementation of functions on vectors and matrices. | |
file | matfunc.h [code] |
Definitions of functions on vectors and matrices. | |
file | newton_search.cpp [code] |
Implementation of Newton search optimization. | |
file | newton_search.h [code] |
Definition of Newton Search optimization algorithms. | |
file | operators.cpp [code] |
Implementation of operators for vectors and matricies of different types. | |
file | operators.h [code] |
Definitions of operators for vectors and matricies of different types. | |
file | parser.cpp [code] |
Implementation of an argument parser class. | |
file | parser.h [code] |
Definition of an argument parser class. | |
file | poly.cpp [code] |
Polynomial functions. | |
file | poly.h [code] |
Polynomial functions. | |
file | qr.cpp [code] |
Implementation of QR factorisation functions. | |
file | qr.h [code] |
Definitions of QR factorisation functions. | |
file | random.cpp [code] |
Implementation of classes for random number generators. | |
file | random.h [code] |
Definition of classes for random number generators. | |
file | scalfunc.cpp [code] |
Implementation of scalar functions. | |
file | scalfunc.h [code] |
Definitions of scalar functions. | |
file | schur.cpp [code] |
Schur decomposition functions. | |
file | schur.h [code] |
Definitions of Schur decomposition functions. | |
file | sigfun.cpp [code] |
Implementation of signal processing functions. | |
file | sigfun.h [code] |
Definitions of signal processing functions. | |
file | smat.cpp [code] |
Sparse Matrix Class implementation. | |
file | smat.h [code] |
Sparse Matrix Class Definitions. | |
file | sort.h [code] |
Sorting functions. | |
file | source.cpp [code] |
Implementation of deterministic sources. | |
file | source.h [code] |
Definitions of deterministic sources. | |
file | specmat.cpp [code] |
Implementation of special vectors and matrices. | |
file | specmat.h [code] |
Definitions of special vectors and matrices. | |
file | stack.h [code] |
Stack class (container). | |
file | stat.cpp [code] |
Implementation of statistics functions and classes. | |
file | stat.h [code] |
Definitions of statistics functions and classes. | |
file | svd.cpp [code] |
Implementation of Singular Value Decompositions. | |
file | svd.h [code] |
Definitions of Singular Value Decompositions. | |
file | svec.cpp [code] |
Sparse Vector Class implementation. | |
file | svec.h [code] |
Sparse Vector Class definitions. | |
file | timing.cpp [code] |
Implementation of Timing classes. | |
file | timing.h [code] |
Definitions of Timing classes. | |
file | transforms.cpp [code] |
Implementation of Fourier, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms. | |
file | transforms.h [code] |
Definitions of Fourier, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms. | |
file | vec.cpp [code] |
Templated Vector Class Implementation. | |
file | vec.h [code] |
Templated Vector Class Definitions. | |
file | window.cpp [code] |
Implementation of window functions. | |
file | window.h [code] |
Definitions of window functions. |
Generated on Thu Apr 19 14:43:50 2007 for IT++ by Doxygen 1.5.1