* Added shortcut to modified Gram Schmidt (modgs) -> wpylib.math.linalg.modgs.
This commit is contained in:
@@ -19,6 +19,8 @@ import numpy.linalg
|
|||||||
from numpy import dot, trace
|
from numpy import dot, trace
|
||||||
from numpy.linalg import det, inv
|
from numpy.linalg import det, inv
|
||||||
|
|
||||||
|
from .gram_schmidt import modgs
|
||||||
|
|
||||||
MATMUL_USE_BLAS = False
|
MATMUL_USE_BLAS = False
|
||||||
|
|
||||||
def matmul(*Mats, **opts):
|
def matmul(*Mats, **opts):
|
||||||
|
|||||||
Reference in New Issue
Block a user