Polly 22.0.0git
basis_reduction_templ.c File Reference
#include <stdlib.h>
#include <isl_ctx_private.h>
#include <isl_map_private.h>
#include <isl_vec_private.h>
#include <isl_options_private.h>
#include "isl_basis_reduction.h"

Go to the source code of this file.

Functions

static void save_alpha (GBR_LP *lp, int first, int n, GBR_type *alpha)
struct isl_tabisl_tab_compute_reduced_basis (struct isl_tab *tab)
__isl_give isl_matisl_basic_set_reduced_basis (__isl_keep isl_basic_set *bset)

Function Documentation

◆ isl_basic_set_reduced_basis()

◆ isl_tab_compute_reduced_basis()

◆ save_alpha()

void save_alpha ( GBR_LP * lp,
int first,
int n,
GBR_type * alpha )
static

Definition at line 20 of file basis_reduction_templ.c.

References GBR_LP, GBR_lp_get_alpha, and n.

Referenced by isl_tab_compute_reduced_basis().