openGPMP
Open Source Mathematics Package
Namespaces | Variables
test_linalg.py File Reference

Go to the source code of this file.

Namespaces

 test_linalg
 

Variables

 test_linalg.mtx = linalg.Mtx()
 
 test_linalg.A = np.array([1, 2, 3, 4], dtype=np.int32)
 
 test_linalg.B = np.array([5, 6, 7, 8], dtype=np.int32)
 
 test_linalg.C = np.zeros(4, dtype=np.int32)
 
int test_linalg.rows = 2
 
int test_linalg.cols = 2