Documentation
c'gsl_fit_linear :: Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_fit_linear :: FunPtr (Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
c'gsl_fit_wlinear :: Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_fit_wlinear :: FunPtr (Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
c'gsl_fit_linear_est :: CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_fit_linear_est :: FunPtr (CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
c'gsl_fit_mul :: Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_fit_mul :: FunPtr (Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
c'gsl_fit_wmul :: Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_fit_wmul :: FunPtr (Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
p'gsl_fit_mul_est :: FunPtr (CDouble -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
data C'gsl_multifit_linear_workspace Source
p'gsl_multifit_linear_alloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_multifit_linear_workspace))Source
c'gsl_multifit_linear :: Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CIntSource
c'gsl_multifit_linear_svd :: Ptr C'gsl_matrix -> Ptr C'gsl_vector -> CDouble -> Ptr CSize -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CIntSource
p'gsl_multifit_linear :: FunPtr (Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CInt)Source
c'gsl_multifit_wlinear :: Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CIntSource
p'gsl_multifit_linear_svd :: FunPtr (Ptr C'gsl_matrix -> Ptr C'gsl_vector -> CDouble -> Ptr CSize -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CInt)Source
c'gsl_multifit_wlinear_svd :: Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> CDouble -> Ptr CSize -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CIntSource
c'gsl_multifit_linear_est :: Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_multifit_wlinear :: FunPtr (Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CInt)Source
c'gsl_multifit_linear_residuals :: Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> IO CIntSource
p'gsl_multifit_wlinear_svd :: FunPtr (Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> CDouble -> Ptr CSize -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr C'gsl_multifit_linear_workspace -> IO CInt)Source
p'gsl_multifit_linear_est :: FunPtr (Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_matrix -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
p'gsl_multifit_linear_residuals :: FunPtr (Ptr C'gsl_matrix -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> Ptr C'gsl_vector -> IO CInt)Source