Orbiter 2022
Combinatorial Objects
projective_space.cpp File Reference
#include "foundations.h"

Go to the source code of this file.

Namespaces

namespace  orbiter
 the orbiter library for the classification of combinatorial objects
 
namespace  orbiter::layer1_foundations
 algebra, combinatorics and graph theory, geometry, linear algebra, number theory, data structures, solvers, graphics; no group actions
 
namespace  orbiter::layer1_foundations::geometry
 Projective geometry over a finite field and related topics.
 

Macros

#define MAX_NUMBER_OF_LINES_FOR_INCIDENCE_MATRIX   100000
 
#define MAX_NUMBER_OF_LINES_FOR_LINE_TABLE   1000000
 
#define MAX_NUMBER_OF_POINTS_FOR_POINT_TABLE   1000000
 
#define MAX_NB_POINTS_FOR_LINE_THROUGH_TWO_POINTS_TABLE   10000
 
#define MAX_NB_POINTS_FOR_LINE_INTERSECTION_TABLE   10000
 

Macro Definition Documentation

◆ MAX_NB_POINTS_FOR_LINE_INTERSECTION_TABLE

#define MAX_NB_POINTS_FOR_LINE_INTERSECTION_TABLE   10000

Definition at line 16 of file projective_space.cpp.

◆ MAX_NB_POINTS_FOR_LINE_THROUGH_TWO_POINTS_TABLE

#define MAX_NB_POINTS_FOR_LINE_THROUGH_TWO_POINTS_TABLE   10000

Definition at line 15 of file projective_space.cpp.

◆ MAX_NUMBER_OF_LINES_FOR_INCIDENCE_MATRIX

#define MAX_NUMBER_OF_LINES_FOR_INCIDENCE_MATRIX   100000

Definition at line 12 of file projective_space.cpp.

◆ MAX_NUMBER_OF_LINES_FOR_LINE_TABLE

#define MAX_NUMBER_OF_LINES_FOR_LINE_TABLE   1000000

Definition at line 13 of file projective_space.cpp.

◆ MAX_NUMBER_OF_POINTS_FOR_POINT_TABLE

#define MAX_NUMBER_OF_POINTS_FOR_POINT_TABLE   1000000

Definition at line 14 of file projective_space.cpp.