Geogram  Version 1.9.0
A programming library of geometric algorithms
determinant.h File Reference

Determinants for small sizes. More...

Go to the source code of this file.

Namespaces

 GEO
 Global Vorpaline namespace.
 

Functions

template<class T >
GEO::det2x2 (const T &a11, const T &a12, const T &a21, const T &a22)
 Computes a two-by-two determinant.
 
template<class T >
GEO::det3x3 (const T &a11, const T &a12, const T &a13, const T &a21, const T &a22, const T &a23, const T &a31, const T &a32, const T &a33)
 Computes a three-by-three determinant.
 
template<class T >
GEO::det4x4 (const T &a11, const T &a12, const T &a13, const T &a14, const T &a21, const T &a22, const T &a23, const T &a24, const T &a31, const T &a32, const T &a33, const T &a34, const T &a41, const T &a42, const T &a43, const T &a44)
 Computes a four-by-four determinant.
 

Detailed Description

Determinants for small sizes.

Definition in file determinant.h.