class documentation

class LinalgCase:

View In Hierarchy

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
def __init__(self, name, a, b, tags=set()):
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
def __repr__(self):

Undocumented

def check(self, do):
Run the function do on this test case, expanding arguments
a =

Undocumented

b =

Undocumented

name =

Undocumented

tags =

Undocumented