
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) |
| MagickExport double** AcquireMagickMatrix | ( | const unsigned long | , | |
| const unsigned long | ||||
| ) |
| MagickExport MagickBooleanType GaussJordanElimination | ( | double ** | , | |
| double ** | , | |||
| const unsigned | long, | |||
| const unsigned | long | |||
| ) |
Definition at line 181 of file matrix.c.
References AcquireQuantumMemory(), GaussJordanSwap, MagickFalse, MagickTrue, RelinquishMagickMemory(), and ResetMagickMemory().
Referenced by GenerateCoefficients().
| 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().
1.6.1