]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/matrix.h
(no commit message)
[imagemagick] / MagickCore / matrix.h
index 18db3b1ed9afe7864ef19050d9be4fc1394baa9d..ac4e702df5c3598e074ec65808d03d2d1dd658c4 100644 (file)
@@ -29,8 +29,10 @@ extern MagickExport double
   **AcquireMagickMatrix(const size_t,const size_t),
   **RelinquishMagickMatrix(double **,const size_t);
 
+extern MagickExport Image
+  *MatrixToImage(const MatrixInfo *,ExceptionInfo *);
+
 extern MagickExport MagickBooleanType
-  GaussJordanElimination(double **,double **,const size_t,const size_t),
   GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
   NullMatrix(MatrixInfo *),
   SetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,const void *);
@@ -43,10 +45,6 @@ MagickExport size_t
   GetMatrixColumns(const MatrixInfo *),
   GetMatrixRows(const MatrixInfo *);
 
-extern MagickExport void
-  LeastSquaresAddTerms(double **,double **,const double *,const double *,
-    const size_t,const size_t);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif