class documentation

class LinalgCase: (source)

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()): (source)

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): (source)

Undocumented

def check(self, do): (source)

Run the function do on this test case, expanding arguments

Undocumented

Undocumented

Undocumented

Undocumented