diff options
Diffstat (limited to 'lib/Numeric/GSL/Matrix.hs')
-rw-r--r-- | lib/Numeric/GSL/Matrix.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Numeric/GSL/Matrix.hs b/lib/Numeric/GSL/Matrix.hs index d51728e..acf4e77 100644 --- a/lib/Numeric/GSL/Matrix.hs +++ b/lib/Numeric/GSL/Matrix.hs | |||
@@ -179,10 +179,6 @@ unpackQR' (qrp,tau) = unsafePerformIO $ do | |||
179 | c = cols qrp | 179 | c = cols qrp |
180 | foreign import ccall "gsl-aux.h QRunpack" c_qrUnpack :: TMVMM | 180 | foreign import ccall "gsl-aux.h QRunpack" c_qrUnpack :: TMVMM |
181 | 181 | ||
182 | |||
183 | type TMMV = Int -> Int -> PD -> TMV | ||
184 | type TMVMM = Int -> Int -> PD -> Int -> PD -> TMM | ||
185 | |||
186 | {- | Cholesky decomposition of a symmetric positive definite real matrix using /gsl_linalg_cholesky_decomp/. | 182 | {- | Cholesky decomposition of a symmetric positive definite real matrix using /gsl_linalg_cholesky_decomp/. |
187 | 183 | ||
188 | @\> chol $ (2><2) [1,2, | 184 | @\> chol $ (2><2) [1,2, |