CGAL::Linear_algebraHd<RT>

Definition

The class Linear_algebraHd<RT> 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.

#include <CGAL/Linear_algebraHd.h>

Is Model for the Concept

LinearAlgebraTraits_d

Requirements

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.