CGAL 6.0 - dD Geometry Kernel
Loading...
Searching...
No Matches
CGAL::Linear_algebraHd< RT > Class Template Reference

#include <CGAL/Linear_algebraHd.h>

Definition

template<typename RT>
class CGAL::Linear_algebraHd< RT >

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.

Is model of
LinearAlgebraTraits_d

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.