![]() |
Orbiter 2022
Combinatorial Objects
|
a polarity between points and hyperplanes in PG(n,q) More...
#include <geometry.h>

Public Member Functions | |
| polarity () | |
| ~polarity () | |
| void | init_standard_polarity (projective_space *P, int verbose_level) |
| void | init_general_polarity (projective_space *P, int *Mtx, int verbose_level) |
| void | init_reversal_polarity (projective_space *P, int verbose_level) |
| void | report (std::ostream &f) |
Public Attributes | |
| projective_space * | P |
| int * | Point_to_hyperplane |
| int * | Hyperplane_to_point |
a polarity between points and hyperplanes in PG(n,q)
Definition at line 1870 of file geometry.h.
| orbiter::layer1_foundations::polarity::polarity | ( | ) |
Definition at line 21 of file polarity.cpp.
| orbiter::layer1_foundations::polarity::~polarity | ( | ) |
Definition at line 28 of file polarity.cpp.
| void orbiter::layer1_foundations::polarity::init_general_polarity | ( | projective_space * | P, |
| int * | Mtx, | ||
| int | verbose_level | ||
| ) |
Definition at line 101 of file polarity.cpp.
| void orbiter::layer1_foundations::polarity::init_reversal_polarity | ( | projective_space * | P, |
| int | verbose_level | ||
| ) |
Definition at line 171 of file polarity.cpp.
| void orbiter::layer1_foundations::polarity::init_standard_polarity | ( | projective_space * | P, |
| int | verbose_level | ||
| ) |
Definition at line 38 of file polarity.cpp.
| void orbiter::layer1_foundations::polarity::report | ( | std::ostream & | f | ) |
Definition at line 208 of file polarity.cpp.
| int* orbiter::layer1_foundations::polarity::Hyperplane_to_point |
Definition at line 1877 of file geometry.h.
| projective_space* orbiter::layer1_foundations::polarity::P |
Definition at line 1874 of file geometry.h.
| int* orbiter::layer1_foundations::polarity::Point_to_hyperplane |
Definition at line 1876 of file geometry.h.