dmagick.c.matrix

Undocumented in source.

Members

Aliases

ssize_t
alias ssize_t = ptrdiff_t
Undocumented in source.

Functions

AcquireMagickMatrix
double** AcquireMagickMatrix(size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AcquireMatrixInfo
MatrixInfo* AcquireMatrixInfo(size_t , size_t , size_t , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyMatrixInfo
MatrixInfo* DestroyMatrixInfo(MatrixInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GaussJordanElimination
MagickBooleanType GaussJordanElimination(double** , double** , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetMatrixColumns
size_t GetMatrixColumns(const(MatrixInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetMatrixElement
MagickBooleanType GetMatrixElement(const(MatrixInfo)* , ssize_t , ssize_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetMatrixRows
size_t GetMatrixRows(const(MatrixInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LeastSquaresAddTerms
void LeastSquaresAddTerms(double** , double** , const(double)* , const(double)* , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MatrixToImage
Image* MatrixToImage(const(MatrixInfo)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NullMatrix
MagickBooleanType NullMatrix(MatrixInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RelinquishMagickMatrix
double** RelinquishMagickMatrix(double** , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetMatrixElement
MagickBooleanType SetMatrixElement(const(MatrixInfo)* , ssize_t , ssize_t , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

MatrixInfo
struct MatrixInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta