public class IdentityGenerator extends Object implements CandidateGenerator
| Constructor and Description |
|---|
IdentityGenerator() |
| Modifier and Type | Method and Description |
|---|---|
BooleanMatrix |
generateCandidates(BooleanMatrix a,
int dimension)
Generates candidates from the original matrix
|
String |
toString() |
public BooleanMatrix generateCandidates(BooleanMatrix a, int dimension)
CandidateGeneratorgenerateCandidates in interface CandidateGeneratora - original matrixdimension - number of basis rows (not used by most implementations)Copyright © 2015. All rights reserved.