class documentation

class TestAlgebra:

View In Hierarchy

Undocumented

Method test​_basic Undocumented
Method test​_notimplemented Check that 'not implemented' operations produce a failure.
Method test​_pow Test raising a matrix to an integer power works as expected.
Method test​_scalar​_type​_pow Undocumented
def test_basic(self):

Undocumented

def test_notimplemented(self):
Check that 'not implemented' operations produce a failure.
def test_pow(self):
Test raising a matrix to an integer power works as expected.
def test_scalar_type_pow(self):

Undocumented