Orbiter 2022
Combinatorial Objects
vector.cpp File Reference
#include "foundations/foundations.h"
#include "discreta.h"

Go to the source code of this file.

Namespaces

namespace  orbiter
 the orbiter library for the classification of combinatorial objects
 
namespace  orbiter::layer2_discreta
 typed objects
 

Functions

void orbiter::layer2_discreta::merge (Vector &v1, Vector &v2, Vector &v3)
 
void orbiter::layer2_discreta::merge_with_fellows (Vector &v1, Vector &v1_fellow, Vector &v2, Vector &v2_fellow, Vector &v3, Vector &v3_fellow)
 
void orbiter::layer2_discreta::merge_with_value (Vector &idx1, Vector &idx2, Vector &idx3, Vector &val1, Vector &val2, Vector &val3)
 
void orbiter::layer2_discreta::intersection_of_vectors (Vector &V, Vector &v)