qualpal 2.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.

This file contains dynamic and fixed-size matrix implementations used for color difference calculations and other linear algebra operations.

Definition in file matrix.h.