matrix.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickExport double ** AcquireMagickMatrix (const unsigned long, const unsigned long)
MagickExport double **** RelinquishMagickMatrix (double **, const unsigned long)
MagickExport MagickBooleanType GaussJordanElimination (double **, double **, const unsigned long, const unsigned long)
MagickExport void LeastSquaresAddTerms (double **, double **, const double *, const double *, const unsigned long, const unsigned long)

Function Documentation

MagickExport double** AcquireMagickMatrix ( const unsigned long  ,
const unsigned long   
)
MagickExport MagickBooleanType GaussJordanElimination ( double **  ,
double **  ,
const unsigned  long,
const unsigned  long 
)
MagickExport void LeastSquaresAddTerms ( double **  ,
double **  ,
const double *  ,
const double *  ,
const unsigned  long,
const unsigned  long 
)

Definition at line 359 of file matrix.c.

Referenced by GenerateCoefficients().

MagickExport double** ** RelinquishMagickMatrix ( double **  ,
const unsigned  long 
)

Definition at line 403 of file matrix.c.

References RelinquishMagickMemory().

Referenced by GenerateCoefficients().


Generated on 19 Nov 2009 for MagickCore by  doxygen 1.6.1