SYM_Exprdata Struct Reference
Detailed Description
data for symmetry group computation on nonlinear constraints
Definition at line 92 of file struct_symmetry.h.
#include <struct_symmetry.h>
Data Fields | |
int | nuniqueconstants |
int | nuniqueoperators |
int | nuniquecoefs |
Field Documentation
◆ nuniqueconstants
int SYM_Exprdata::nuniqueconstants |
number of unique constants
Definition at line 94 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), and fillGraphByNonlinearConss().
◆ nuniqueoperators
int SYM_Exprdata::nuniqueoperators |
number of unique operators
Definition at line 95 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), and fillGraphByNonlinearConss().
◆ nuniquecoefs
int SYM_Exprdata::nuniquecoefs |
number of unique coefficients
Definition at line 96 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), and fillGraphByNonlinearConss().