|
openGPMP
Open Source Mathematics Package
|
Variables | |
| mtx = linalg.Mtx() | |
| A = np.array([1, 2, 3, 4], dtype=np.int32) | |
| B = np.array([5, 6, 7, 8], dtype=np.int32) | |
| C = np.zeros(4, dtype=np.int32) | |
| int | rows = 2 |
| int | cols = 2 |
| test_linalg.A = np.array([1, 2, 3, 4], dtype=np.int32) |
Definition at line 9 of file test_linalg.py.
| test_linalg.B = np.array([5, 6, 7, 8], dtype=np.int32) |
Definition at line 10 of file test_linalg.py.
| test_linalg.C = np.zeros(4, dtype=np.int32) |
Definition at line 11 of file test_linalg.py.
| int test_linalg.cols = 2 |
Definition at line 14 of file test_linalg.py.
Referenced by BOOST_PYTHON_MODULE(), gpmp::stats::HypothesisTest.chi_square_test(), gpmp::linalg::LinSys.display(), fill_matrix_random(), gpmp::linalg::mtx< T >.ones(), print_csv(), print_matrix(), gpmp::linalg::mtx< T >.rand(), gpmp::linalg::mtx< T >.randn(), gpmp::linalg::Mtx.std_mtx_add(), gpmp::linalg::Mtx.std_mtx_sub(), gpmp::linalg::Mtx.std_mtx_tpose(), and gpmp::linalg::mtx< T >.zeros().
| test_linalg.mtx = linalg.Mtx() |
Definition at line 4 of file test_linalg.py.
| int test_linalg.rows = 2 |
Definition at line 13 of file test_linalg.py.
Referenced by BOOST_PYTHON_MODULE(), gpmp::stats::HypothesisTest.chi_square_test(), gpmp::linalg::LinSys.display(), fill_matrix_random(), gpmp::linalg::mtx< T >.ones(), print_csv(), print_matrix(), gpmp::linalg::mtx< T >.rand(), gpmp::linalg::mtx< T >.randn(), gpmp::linalg::Mtx.std_mtx_add(), gpmp::linalg::Mtx.std_mtx_sub(), gpmp::linalg::Mtx.std_mtx_tpose(), and gpmp::linalg::mtx< T >.zeros().