muParserX
2.0.0
|
Classes | |
class | mup::FunCmplxReal |
Parser callback object for returning the real part of a complex number. More... | |
class | mup::FunCmplxImag |
Parser callback object for returning the imaginary part of a complex number. More... | |
class | mup::FunCmplxConj |
Parser callback object for returning the complex conjugate of the complex number. More... | |
class | mup::FunCmplxArg |
Parser callback object for returning the phase angle (or angular component) of a complex number, expressed in radians. More... | |
class | mup::FunCmplxNorm |
Parser callback object for returning the norm value of the complex number phase angle. More... | |
class | mup::FunParserID |
Parser function callback for determining the size of an array. More... | |
class | mup::FunMax |
Determine maximal value from the parameter list. More... | |
class | mup::FunMin |
Determine minimal value from the parameter list. More... | |
class | mup::FunSum |
Parser callback for summing up all function arguments. More... | |
class | mup::FunSizeOf |
Parser function callback for determining the size of an array. More... | |
class | mup::FunMatrixOnes |
Parser callback object for creating matrices consisting entirely of ones. More... | |
class | mup::FunMatrixZeros |
Parser callback object for creating matrices consisting entirely of zeros. More... | |
class | mup::FunMatrixEye |
Parser callback object for creating unity matrices. More... | |
class | mup::FunMatrixSize |
Determines the dimensions of a matrix. More... | |
class | mup::FunStrLen |
Callback object for determining the length of a string. More... | |
class | mup::FunStrToUpper |
Convert a string to upper case letters. <> More... | |
class | mup::FunStrToLower |
Convert a string to lower case letters. More... | |
class | mup::FunStrToDbl |
Parse string to a floating point value. <> More... | |
This group lists the objects representing parser functions.