diff options
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Algorithms.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index 425532d..84c399a 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -91,7 +91,7 @@ instance GenMat (Complex Double) where | |||
91 | lu = GSL.luC | 91 | lu = GSL.luC |
92 | linearSolve = linearSolveC | 92 | linearSolve = linearSolveC |
93 | linearSolveSVD = linearSolveSVDC Nothing | 93 | linearSolveSVD = linearSolveSVDC Nothing |
94 | ctrans = conjTrans | 94 | ctrans = conj . trans |
95 | eig = eigC | 95 | eig = eigC |
96 | eigSH' = eigH | 96 | eigSH' = eigH |
97 | cholSH = cholH | 97 | cholSH = cholH |