Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 4.12 - dD Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Linear_algebraHd< RT > Class Template Reference

#include <CGAL/Linear_algebraHd.h>

Definition

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.