Regina Calculation Engine
Public Member Functions | Public Attributes | List of all members
regina::LPConstraintEuler::Coefficients Struct Reference

Stores the extra coefficients in the tableaux associated with this constraint class (in this case, one extra integer per column). More...

#include <enumerate/ntreeconstraint.h>

Public Member Functions

template<typename Integer >
void fillFinalRows (LPMatrix< Integer > &m, unsigned col) const
 
template<typename Integer >
Integer innerProduct (const LPMatrix< Integer > &m, unsigned mRow) const
 
template<typename Integer >
Integer innerProductOct (const LPMatrix< Integer > &m, unsigned mRow) const
 

Public Attributes

int euler
 The coefficient of the Euler characteristic function for the corresponding column of the matching equation matrix. More...
 

Detailed Description

Stores the extra coefficients in the tableaux associated with this constraint class (in this case, one extra integer per column).

See the LPConstraintBase::Coefficients notes for further details.


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

Copyright © 1999-2014, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).