fix(LinearAlgebra): Fix BADLY broken doctest. All tests passed.

This commit is contained in:
Rak Laptudirm
2021-05-21 13:02:40 +05:30
parent b77c0a18e2
commit 2bf0ccf00d
2 changed files with 4 additions and 1 deletions

View File

@@ -309,3 +309,5 @@ let LinearAlgebra;
}()) // end of class Matrix
LinearAlgebra.Matrix = Matrix
})(LinearAlgebra || (LinearAlgebra = {})) // end of namespace LinearAlgebra
export { LinearAlgebra }