qualpal 2.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.
This file contains dynamic and fixed-size matrix implementations used for color difference calculations and other linear algebra operations.
Definition in file matrix.h.