|
Theoretica
Scientific Computing
|
| ▼Ntheoretica | Main namespace of the library which contains all functions and objects |
| ▼Nio | Input and output module |
| Chdf5_file | High-level interface for managing an HDF5 file, its structure, and operations |
| Chdf5_handle | RAII wrapper for managing HDF5 C-style handles, allowing direct API usage |
| Chdf5_node | Represents a single node (group or dataset) in the HDF5 file hierarchy |
| ▼Node | Numerical methods for ordinary differential equations |
| Code_solution_t | Data structure holding the numerical solution of a discretized ODE, where the vector \(\vec t\) represents the discrete time points (independent variable) and the vector \(\vec x\) the discrete solution |
| ▼Nregression | Regression to a model |
| Clinear_model | Structure for computation and storage of least squares linear regression results with model \(y = A + Bx\) |
| ▼Nreprod | Reproducibility features |
| Cenvironment | Structure containing information about the build environment, such as operating system and compiler, for reproducibility purposes |
| Ccomplex | Complex number in algebraic form \(a + ib\) |
| Cdata_table | A data structure for holding labeled columns of data, where each column is a vector of real numbers |
| Cdual | Dual number class |
| Cdual2 | Second order dual number class |
| Chistogram | Histogram class with running statistics, can be constructed from the parameters of the bins or from a dataset |
| Citer_result | A structure returned by iterative algorithms containing the computed value, convergence information, and diagnostics |
| Cmat | A generic matrix with a fixed number of rows and columns |
| Cmat< Type, 0, 0 > | A generic matrix with a variable number of rows and columns |
| Cmat_iterator | A sequential iterator for matrices |
| Cmath_exception | A class for representing mathematical errors |
| Cmultidual | Multidual number algebra for functions of the form \(f: \mathbb{R}^n \rightarrow \mathbb{R}\) |
| Cpdf_sampler | A probability density function sampler which generates pseudorandom numbers following asymptotically a given distribution \(f(x; \vec \theta)\) |
| Cphasor | Complex number in exponential form \(\rho e^{i \theta}\) |
| Cpolynomial | A polynomial of arbitrary order with coefficients of a specified type |
| CPRNG | A pseudorandom number generator |
| Cquat | Quaternion class in the form \(a + bi + cj + dk\) |
| Cratio | Representing a ratio between two objects, like a fraction or a rational polynomial |
| Cspline | A natural cubic spline interpolation class |
| Cspline_node | A cubic splines node for a given x interval |
| Cvec | A statically allocated N-dimensional vector with elements of the given type |
| Cvec_iterator | A sequential iterator for traversing vector-like containers |