CGAL::Linear_algebraCd<FT>

Definition

The class Linear_algebraCd<FT> serves as the default traits class for the LA parameter of CGAL::Cartesian_d<FT,LA>. It implements linear algebra for field number types FT.

#include <CGAL/Linear_algebraCd.h>

Is Model for the Concepts

LinearAlgebraTraits_d

Requirements

FT must be a field number type.

Operations

Fits all operation requirements of the concept.