diff options
Diffstat (limited to 'examples/pinv2.hs')
-rw-r--r-- | examples/pinv2.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pinv2.hs b/examples/pinv2.hs index c1038d1..7423540 100644 --- a/examples/pinv2.hs +++ b/examples/pinv2.hs | |||
@@ -1,5 +1,5 @@ | |||
1 | -- MSE polynomial model using the pseudoinverse | 1 | -- MSE polynomial model using the pseudoinverse |
2 | import LinearAlgebra | 2 | import Numeric.LinearAlgebra |
3 | import Graphics.Plot | 3 | import Graphics.Plot |
4 | 4 | ||
5 | expand :: Int -> Vector Double -> Matrix Double | 5 | expand :: Int -> Vector Double -> Matrix Double |