class documentation

class TestAlgebra: (source)

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

Undocumented

def test_notimplemented(self): (source)

Check that 'not implemented' operations produce a failure.

def test_pow(self): (source)

Test raising a matrix to an integer power works as expected.

def test_scalar_type_pow(self): (source)

Undocumented