Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/wpylib/commit/b4883c4ca904a637bb26746b5bf0eb1c5cbe26a3?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

master
Wirawan Purwanto 10 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