Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes|All Packages

F

fac(double) - Static method in class org.sm.smtools.math.MathTools
Calculates the factorial of a double.
facApprox(double) - Static method in class org.sm.smtools.math.MathTools
Calculates the approximated factorial of a double (using Stirling's formula).
fColor - Variable in class org.sm.smtools.swing.util.JGradientColorMap.CustomColorMapComponent
The colour associated with this colour map component.
FileCantBeCreatedException - Exception in org.sm.smtools.exceptions
Indicates that an attempt to create a file denoted by the specified filename has failed.
FileCantBeCreatedException(String) - Constructor for exception org.sm.smtools.exceptions.FileCantBeCreatedException
Constructs a FileCantBeCreatedException object, based on the specified filename.
fileExists(String) - Static method in class org.sm.smtools.util.JFileFilter
Returns whether or not a file with the specified filename exists (and is not a directory).
FileParseException - Exception in org.sm.smtools.exceptions
Indicates that an attempt to parse a line in the file denoted by the specified filename has failed.
FileParseException(String, int) - Constructor for exception org.sm.smtools.exceptions.FileParseException
Constructs a FileParseException, based on the incorrect value that was read and the number of the line at which the parse error occurred.
FileParseException(String, String) - Constructor for exception org.sm.smtools.exceptions.FileParseException
Constructs a FileParseException object, based on the specified filename and the incorrect value that was read.
FileParseException(String, String, int) - Constructor for exception org.sm.smtools.exceptions.FileParseException
Constructs a FileParseException object, based on the specified filename, the incorrect value that was read and the number of the line at which the parse error occurred.
FileReadException - Exception in org.sm.smtools.exceptions
Indicates that an attempt to read from the file denoted by the specified filename has failed.
FileReadException(String) - Constructor for exception org.sm.smtools.exceptions.FileReadException
Constructs a FileReadException object, based on the specified filename.
FileWriteException - Exception in org.sm.smtools.exceptions
Indicates that an attempt to write a value to the file denoted by the specified filename has failed.
FileWriteException(String, String) - Constructor for exception org.sm.smtools.exceptions.FileWriteException
Constructs a FileWriteException object, based on the specified filename and the value that should have been written.
findExtrema(double[]) - Static method in class org.sm.smtools.math.MathTools
Finds all local extreme values (and their indices) in an array.
findMaximum(double[]) - Static method in class org.sm.smtools.math.MathTools
Searches incrementally for the maximum value in an array.
findMaximum(int[]) - Static method in class org.sm.smtools.math.MathTools
Searches incrementally for the maximum value in an array.
findMinimum(double[]) - Static method in class org.sm.smtools.math.MathTools
Searches incrementally for the minimum value in an array.
findMinimum(int[]) - Static method in class org.sm.smtools.math.MathTools
Searches incrementally for the minimum value in an array.
finishTask() - Method in class org.sm.smtools.application.concurrent.ATask
This method is called when the task has finished.
finishTasks() - Method in class org.sm.smtools.application.concurrent.TaskExecutor
This method is called when all tasks have finished.
fLevel - Variable in class org.sm.smtools.swing.util.JGradientColorMap.CustomColorMapComponent
The level associated with this colour map component.
forcePartialOrder(Point2D.Double, Point2D.Double) - Static method in class org.sm.smtools.math.MathTools
Forces a partial order on the components of two points p1 and p2 such that (x1,y1) ≤ (x2,y2).
forcePartialOrder(ComplexNumber, ComplexNumber) - Static method in class org.sm.smtools.math.complex.ComplexNumber
Forces a partial order on two complex numbers c1 and c2 such that (Re1',Im1') ≤ (Re2',Im2').
formatInteger(int) - Static method in class org.sm.smtools.util.StringTools
Formats an integer with thousand-, million-, ...
formatInteger(int, Locale) - Static method in class org.sm.smtools.util.StringTools
Formats an integer with thousand-, million-, ...
fP1 - Variable in class org.sm.smtools.math.quadmapping.Quadrilateral
The quadrilateral's first point.
fP2 - Variable in class org.sm.smtools.math.quadmapping.Quadrilateral
The quadrilateral's second point.
fP3 - Variable in class org.sm.smtools.math.quadmapping.Quadrilateral
The quadrilateral's third point.
fP4 - Variable in class org.sm.smtools.math.quadmapping.Quadrilateral
The quadrilateral's fourth point.
frac(double) - Static method in class org.sm.smtools.math.MathTools
Calculates the fractional part of a double.
fResources - Variable in class org.sm.smtools.application.JStandardGUIApplication
Access point to the application's own resources.
fResources - Variable in class org.sm.smtools.swing.dialogs.JAboutBox
Provides access to an application's resources.
fSystemResources - Static variable in class org.sm.smtools.application.util.JARResources
Access point to the system resources.
FunctionLookupTable - Class in org.sm.smtools.math
The FunctionLookupTable class provides a raw container for storing a 1D function's (X,Y) values.
FunctionLookupTable() - Constructor for class org.sm.smtools.math.FunctionLookupTable
Constructs an empty FunctionLookupTable object.
FunctionLookupTable(double[], double[]) - Constructor for class org.sm.smtools.math.FunctionLookupTable
Constructs a FunctionLookupTable object with specified inputs.
fX - Variable in class org.sm.smtools.math.FunctionLookupTable
The x-values.
fY - Variable in class org.sm.smtools.math.FunctionLookupTable
The y-values.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes|All Packages