openGPMP
Open Source Mathematics Package
Variables
test_linalg Namespace Reference

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
 

Variable Documentation

◆ A

test_linalg.A = np.array([1, 2, 3, 4], dtype=np.int32)

Definition at line 9 of file test_linalg.py.

◆ B

test_linalg.B = np.array([5, 6, 7, 8], dtype=np.int32)

Definition at line 10 of file test_linalg.py.

◆ C

test_linalg.C = np.zeros(4, dtype=np.int32)

Definition at line 11 of file test_linalg.py.

◆ cols

int test_linalg.cols = 2

◆ mtx

test_linalg.mtx = linalg.Mtx()

Definition at line 4 of file test_linalg.py.

◆ rows

int test_linalg.rows = 2