update eigen.py
fixed -> matrix and vector imported twice from linalg
This commit is contained in:
@@ -3,7 +3,6 @@ from .linalg import Matrix, Vector
|
|||||||
from .orthogonal import QRHouseholder
|
from .orthogonal import QRHouseholder
|
||||||
from .solvers import LUDecomposition
|
from .solvers import LUDecomposition
|
||||||
from .exceptions import NonSquareMatrixError, ConvergenceError
|
from .exceptions import NonSquareMatrixError, ConvergenceError
|
||||||
from .linalg import Matrix, Vector
|
|
||||||
import math
|
import math
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user