mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
fix(LinearAlgebra): Fix BADLY broken doctest. All tests passed.
This commit is contained in:
@@ -309,3 +309,5 @@ let LinearAlgebra;
|
||||
}()) // end of class Matrix
|
||||
LinearAlgebra.Matrix = Matrix
|
||||
})(LinearAlgebra || (LinearAlgebra = {})) // end of namespace LinearAlgebra
|
||||
|
||||
export { LinearAlgebra }
|
||||
|
||||
Reference in New Issue
Block a user