Geogram  Version 1.9.0
A programming library of geometric algorithms
matrix.h File Reference

Generic matrix type. More...

#include <geogram/basic/common.h>
#include <geogram/basic/vecg.h>
#include <initializer_list>

Go to the source code of this file.

Classes

class  GEO::Matrix< DIM, FT >
 A matrix type. More...
 

Namespaces

 GEO
 Global Vorpaline namespace.
 

Functions

template<index_t DIM, class FT >
vecng< DIM, FT > GEO::operator* (const Matrix< DIM, FT > &M, const vecng< DIM, FT > &x)
 Computes a matrix vector product. More...
 
template<index_t DIM, class FT >
vecng< DIM, FT > GEO::mult (const Matrix< DIM, FT > &M, const vecng< DIM, FT > &x)
 Computes a matrix vector product. More...
 

Detailed Description

Generic matrix type.

Definition in file matrix.h.