CGAL 5.0.3 - dD Geometry Kernel
|
#include <CGAL/Linear_algebraHd.h>
The class Linear_algebraHd
serves as the default traits class for the LA parameter of CGAL::Homogeneous_d<RT,LA>
.
It implements linear algebra for Euclidean ring number types RT
.
To make a ring number type RT
work with this class it has to provide a division operator/
with remainder.
Operations
Fits all operation requirements of the concept.