qualpal 3.3.0
Loading...
Searching...
No Matches
matrix.h File Reference

Matrix classes for qualpal. More...

#include <array>
#include <cassert>
#include <vector>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.