| std::vector< Rep > syten::genReps | ( | Index | number, |
| Rep const & | start | ||
| ) |
Generate a specific number of unique irreps starting from the specified irrep.
| number | number of unique irreps to generate |
| start | initial irrep |
startRepeatedly product-decomposes the known irreps (starting from start) until number unique irreps have been generated.
References hasMember(), syten::RepRegister::Decomp::productDecomp(), std::vector< T >::push_back(), std::vector< T >::size(), and SYTEN_ASSERT.
Here is the call graph for this function: