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

Go to the source code of this file.

Namespaces

 python.linalg
 

Variables

 python.linalg.mtx = linalg.Mtx()
 
list python.linalg.A = [1,2,3,4]
 
list python.linalg.B = [2,3,1,4]
 
list python.linalg.C = []
 
list python.linalg.A_int = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
 
list python.linalg.B_int = [[9, 8, 7], [6, 5, 4], [3, 2, 1]]
 
list python.linalg.C_int = []
 
 python.linalg.res = mtx.std_mtx_add_int(A_int, B_int, C_int)