class LinalgCase:
Undocumented
Method | __init__ |
A bundle of arguments to be passed to a test case, with an identifying name, the operands a and b, and a set of tags to filter the tests |
Method | __repr__ |
Undocumented |
Method | check |
Run the function do on this test case, expanding arguments |
Instance Variable | a |
Undocumented |
Instance Variable | b |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | tags |
Undocumented |