HomeSort by relevance Sort by last modified time
    Searched defs:GaussJordanElimination (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
matrix.c 307 % for the GaussJordanElimination() method below, solving some system of
430 % GaussJordanElimination() returns a matrix in reduced row echelon form,
436 % The format of the GaussJordanElimination method is:
438 % MagickBooleanType GaussJordanElimination(double **matrix,
472 % GaussJordanElimination(matrix, &coefficents, 8UL, 1UL);
489 MagickPrivate MagickBooleanType GaussJordanElimination(double **matrix,
828 % if ( GaussJordanElimination(matrix,vectors,3UL,2UL) ) {
    [all...]
methods.h 360 #define GaussJordanElimination PrependMagickMethod(GaussJordanElimination)
    [all...]

Completed in 122 milliseconds