(self, problem, **kw)
| 160 | matrices = ['M', 'L'] |
| 161 | |
| 162 | def __init__(self, problem, **kw): |
| 163 | logger.debug('Beginning EVP instantiation') |
| 164 | super().__init__(problem, **kw) |
| 165 | logger.debug('Finished EVP instantiation') |
| 166 | |
| 167 | def print_subproblem_ranks(self, subproblems=None, target=0): |
| 168 | """Print rank of each subproblem LHS.""" |