|
qualpal 3.3.0
|
Matrix classes for qualpal. More...
#include <array>#include <cassert>#include <vector>Go to the source code of this file.
Classes | |
| class | qualpal::Matrix< T > |
| Dynamic matrix class with runtime-determined dimensions. More... | |
| class | qualpal::FixedMatrix< T, rows, cols > |
| Fixed-size matrix class with compile-time dimensions. More... | |
Namespaces | |
| namespace | qualpal |
| Qualitative color palette generation library. | |
Matrix classes for qualpal.
Provides both dynamic (runtime-sized) and fixed-size (compile-time-sized) matrix implementations for color difference calculations and general linear algebra operations. Supports element access, transposition, arithmetic, and multiplication with vectors/matrices.
Definition in file matrix.h.