class documentation

class TestProperties:

View In Hierarchy

Undocumented

Method test​_asmatrix Undocumented
Method test​_basic Undocumented
Method test​_comparisons Undocumented
Method test​_make​_bool​_matrix​_from​_str Undocumented
Method test​_max Undocumented
Method test​_min Undocumented
Method test​_noaxis Undocumented
Method test​_pinv Undocumented
Method test​_prod Undocumented
Method test​_ptp Undocumented
Method test​_repr Undocumented
Method test​_sum Test whether matrix.sum(axis=1) preserves orientation. Fails in NumPy <= 0.9.6.2127.
Method test​_var Undocumented
def test_asmatrix(self):

Undocumented

def test_basic(self):

Undocumented

def test_comparisons(self):

Undocumented

def test_make_bool_matrix_from_str(self):

Undocumented

def test_max(self):

Undocumented

def test_min(self):

Undocumented

def test_noaxis(self):

Undocumented

def test_pinv(self):

Undocumented

def test_prod(self):

Undocumented

def test_ptp(self):

Undocumented

def test_repr(self):

Undocumented

def test_sum(self):
Test whether matrix.sum(axis=1) preserves orientation. Fails in NumPy <= 0.9.6.2127.
def test_var(self):

Undocumented