* Added shortcut to modified Gram Schmidt (modgs) -> wpylib.math.linalg.modgs.

This commit is contained in:
Wirawan Purwanto
2015-04-03 16:08:53 -04:00
parent 10047b26f9
commit b4883c4ca9

View File

@@ -19,6 +19,8 @@ import numpy.linalg
from numpy import dot, trace
from numpy.linalg import det, inv
from .gram_schmidt import modgs
MATMUL_USE_BLAS = False
def matmul(*Mats, **opts):