Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Generic matrix type. More...
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... | |
Generic matrix type.
Definition in file matrix.h.