Index

A B C D E F G H I L M N O P Q R S T V W Z 
All Classes|All Packages|Constant Field Values

P

PADDING - Static variable in class linalg.PrintOptions
Padding between each element of matrix.

Default Value: 2
parseNumber(String) - Static method in class linalg.util.Parser
Parses a complex number in the form of a string into its real and imaginary parts.
Parser - Class in linalg.util
Parser for complex number strings or matrix shape strings.
Parser() - Constructor for class linalg.util.Parser
 
parseShape(String) - Static method in class linalg.util.Parser
Parses Matrix shape in the form of 'mxn' where m is the number of rows and n is the number of columns.
PI - Static variable in class linalg.complex_number.CNumber
The double value closer than any other to the mathmatical constant pi = 3.14159...
pow(CNumber, int) - Static method in class linalg.complex_number.CNumber
Performs complex exponentiation of two numbers.
pow(CNumber, CNumber) - Static method in class linalg.complex_number.CNumber
Performs complex exponentiation of two numbers.
PRECISION - Static variable in class linalg.PrintOptions
Precision of the printed matrix values.
print(Object...) - Static method in class linalg.Matrix
Prints a list of objects to the standard output using that objects toString() method.
printArr(CNumber[]) - Static method in class linalg.util.LinAlgArrayUtils
 
printArr(CNumber[][]) - Static method in class linalg.util.LinAlgArrayUtils
 
println(Object...) - Static method in class linalg.Matrix
Prints a list of objects to the standard output using that objects toString() method and a new-line character.
PrintOptions - Class in linalg
A place to define various print options for Matrices and vectors.
printSep(String, Object...) - Static method in class linalg.Matrix
Prints a list of objects to the standard output using that objects toString() method and Separating each Object with a specified String.
A B C D E F G H I L M N O P Q R S T V W Z 
All Classes|All Packages|Constant Field Values