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

master
Wirawan Purwanto 9 years ago
parent 10047b26f9
commit b4883c4ca9
  1. 2
      math/linalg/__init__.py

@ -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):

Loading…
Cancel
Save