]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/matrix.h
Update web pages
[imagemagick] / MagickCore / matrix.h
index 18db3b1ed9afe7864ef19050d9be4fc1394baa9d..e39829cbfed2f506ad3882ab6fac2d1a225d6f61 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -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