MLIR  19.0.0git
Public Attributes | List of all members
mlir::presburger::SimplexBase::Pivot Struct Reference

#include "mlir/Analysis/Presburger/Simplex.h"

Public Attributes

unsigned row
 
unsigned column
 

Detailed Description

Definition at line 256 of file Simplex.h.

Member Data Documentation

◆ column

unsigned mlir::presburger::SimplexBase::Pivot::column

Definition at line 257 of file Simplex.h.

Referenced by mlir::presburger::SimplexBase::pivot().

◆ row

unsigned mlir::presburger::SimplexBase::Pivot::row

Definition at line 257 of file Simplex.h.

Referenced by mlir::presburger::SimplexBase::pivot().


The documentation for this struct was generated from the following file: