]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/matrix.h
(no commit message)
[imagemagick] / MagickCore / matrix.h
index 1ec1df7500b540be4121c26d2b3675e7fac7c780..56912dd860bbe95430bfd2c3126a84f5806d21a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 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.
@@ -26,13 +26,6 @@ extern MagickExport double
   **AcquireMagickMatrix(const size_t,const size_t),
   **RelinquishMagickMatrix(double **,const size_t);
 
-extern MagickExport MagickBooleanType
-  GaussJordanElimination(double **,double **,const size_t,const size_t);
-
-extern MagickExport void
-  LeastSquaresAddTerms(double **,double **,const double *,const double *,
-    const size_t, const size_t);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif