|
cyqlone
develop
Fast, parallel and vectorized solver for linear systems with optimal control structure.
|
Various utility functions and classes.
Topics | |
| Exporting and loading .mat files | |
| Functions for exporting and loading matrices and OCP data to and from .mat files. | |
Files | |
| file | neumaier.hpp |
| Kahan-Babuška-Neumaier compensated summation. | |
| file | reduce.hpp |
| Vector reductions. | |
| file | sparse.hpp |
| Sparse matrix utilities. | |
Classes | |
| class | cyqlone::NeumaierSum< T > |
| Kahan-Babuška-Neumaier compensated summation. More... | |
| struct | cyqlone::norms< T, simd > |
| Utilities for computing vector norms. More... | |
| struct | cyqlone::norms< T, void > |
| struct | cyqlone::SparseMatrix |
| A sparse matrix in COO format. More... | |
| struct | cyqlone::SparseMatrixBuilder |
| A builder for constructing a SparseMatrix incrementally. More... | |