Index
A B C D E F G H I K L M N O P R S T U V X Y Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
P
- Pair<T,U> - Class in tools.helperclasses
- Pair(Map.Entry<T, U>) - Constructor for class Pair
-
Creates a pair using a map entry
- Pair(AbstractPair<T, U>) - Constructor for class Pair
-
Creates a pair using another pair
- Pair(T, U) - Constructor for class Pair
-
Creates a pair by specifying its values
- parseBoolean(String) - Static method in class ParsingTools
-
Parses a string to a boolean using the following rules, ignoring case: TRUE:
true, t, 1, yes, yFALSE:false, f, 0, no, n - parseConfig() - Static method in class Settings
-
Parses the configuration file
cas.propertiesand stores the read values inSettings - parseInfix(String) - Static method in class FunctionParser
-
Parses infix to a
GeneralFunctionusingFunctionParser.toPostfix(String)andFunctionParser.parsePostfix(List) - parsePostfix(List<String>) - Static method in class FunctionParser
-
Parses an array of postfix tokens into a
GeneralFunction - parseSimplified(String) - Static method in class FunctionParser
-
Parses infix using
FunctionParser.parseInfix(String), then minimally simplifies the output - parseSingleSetting(String, String) - Static method in class Settings
-
Parses string input to a single setting to be stored in
Settings - parseStored(String) - Static method in class KeywordInterface
-
Parses input using
KeywordInterface.useKeywords(String)andKeywordInterface.storedFunctions - parsing - package parsing
- ParsingTools - Class in tools
-
The
ParsingToolsclass contains methods related to parsing user input, and is used heavily byparsing. - PartialDerivative - Class in functions.unitary.transforms
-
A wrapper class used to store functions in the integration pipeline, allowing users to utilize the methods provided by the
Differentiableinterface. - PartialDerivative(GeneralFunction, String) - Constructor for class PartialDerivative
-
Constructs a new
PartialDerivative - permute(GeneralFunction, GeneralFunction) - Static method in class DefaultFunctions
-
Returns the the function corresponding to
nPr - PI - Static variable in class DefaultFunctions
-
A
Constantwith the value ofπ - PiecewiseFunction - Class in functions.unitary.piecewise
-
The abstract
PiecewiseFunctionclass represents any piece-wise function. - PiecewiseFunction(GeneralFunction) - Constructor for class PiecewiseFunction
-
Constructs a new
PiecewiseFunction - PolynomialTools - Class in tools
-
The
PolynomialToolsclass contains miscellaneous methods forGeneralFunctions which are polynomials. - PolynomialTools() - Constructor for class PolynomialTools
- Pow - Class in functions.binary
- Pow(GeneralFunction, GeneralFunction) - Constructor for class Pow
-
Constructs a new
Pow - prev - Static variable in class KeywordInterface
-
The previous output of
KeywordInterface.useKeywords(String) - printStackTraces - Static variable in class Settings
-
Denotes whether full stack traces of errors should be printed for debugging.
- printWithSleep(String) - Static method in class MiscTools
-
Prints a message, sleeping for
Settings.defaultSleepbetween newlines, but not at the end - printWithSleep(String, boolean) - Static method in class MiscTools
-
Prints a message, sleeping for
Settings.defaultSleepbetween newlines, then sleeps that same amount at the end ifsleepAtEndis true. - printWithSleep(String, double) - Static method in class MiscTools
-
Prints a message, sleeping for
timeseconds between newlines, but not at the end - processEscapes(String) - Static method in class ParsingTools
-
Returns the input string with LaTeX escapes removed (if they exist) if
Settings.removeEscapesis enabled - Product - Class in functions.commutative
- Product(GeneralFunction...) - Constructor for class Product
-
Constructs a new
Product
All Classes|All Packages