#include "graphs.list.h"
#include "graphs.list.iterator.h"
#include "graphs.product.h"
#include "graphs.product.set.h"
#include "lib/regexp.h"
#include "lib/math_tools.h"
#include "lib/numbers/mpz_rational.h"
#include "lib/polynomials.h"
#include <algorithm>
#include <cmath>
#include <fstream>
#include <iostream>
#include <iterator>
#include <map>
#include <string>
#include <unordered_set>
#include <vector>
#include <gmpxx.h>
Go to the source code of this file.
- Author
- Rafael Guglielmetti
◆ linearizationMatrix_col()
unsigned int linearizationMatrix_col |
( |
const unsigned int & |
k, |
|
|
const unsigned int & |
n |
|
) |
| |
|
inline |
◆ linearizationMatrix_index()
unsigned int linearizationMatrix_index |
( |
const unsigned int & |
i, |
|
|
const unsigned int & |
j, |
|
|
const unsigned int & |
n |
|
) |
| |
|
inline |
◆ linearizationMatrix_row()
unsigned int linearizationMatrix_row |
( |
const unsigned int & |
k, |
|
|
const unsigned int & |
n |
|
) |
| |
|
inline |
◆ omp_get_max_threads()
unsigned int omp_get_max_threads |
( |
| ) |
|
|
inline |
◆ omp_get_thread_num()
unsigned int omp_get_thread_num |
( |
| ) |
|
|
inline |