# (C) 2000 Huaiyu Zhu <hzhu@users.sourceforge.net>. Licence: GPL
# $Id: __init__.py,v 1.6 2000/08/06 07:26:02 hzhu Exp $
"""
All the tests for MatPy
"""
__all__ = [
"test_basic", "test_linear",
"test_slice", "test_block", "test_shape",
"test_cross", "test_multiply", "test_scalar", "test_tensor",
"test_gplot", "test_efuncs", "test_mfuncs",
"test_probs", "test_sfuncs", "test_transpose",
"test_compare", "test_sutils", "test_kalman"
]
|