We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344e158 commit bbc1b48Copy full SHA for bbc1b48
linear_algebra/gaussian_elimination.py
@@ -12,7 +12,6 @@
12
NDArray[float64]: The solution vector containing the values of the unknown variables.
13
"""
14
15
-
16
import numpy as np
17
from numpy import float64
18
from numpy.typing import NDArray
0 commit comments