MVT API
A B C D E F G H I K L M N O P Q R S T U V W X Y Z

I

identity(int, int) - Static method in class math.matrix.Matrix
Generate identity matrix
IllegalEvaluationException - exception math.exceptions.IllegalEvaluationException.
The class IllegalEvaluationException is used to signal that the number of variables does not match the number of values in an evaluation.
IllegalEvaluationException() - Constructor for class math.exceptions.IllegalEvaluationException
Creates an IllegalEvaluationException with no arguments
IllegalEvaluationException(String) - Constructor for class math.exceptions.IllegalEvaluationException
Creates an IllegalEvaluationException object given one String argument containing a reason describing the Exception causes.
imageComplete(int) - Method in class mvt.util.ImageEncoder
 
ImageEncoder - class mvt.util.ImageEncoder.
 
ImageEncoder(Image, OutputStream) - Constructor for class mvt.util.ImageEncoder
 
ImageEncoder(ImageProducer, OutputStream) - Constructor for class mvt.util.ImageEncoder
 
ImplicitPlotterInput - class mvt.tools.contour.ImplicitPlotterInput.
Creates and lays out all the components in the input panel for the Implicit Plotter.
ImplicitPlotterInput() - Constructor for class mvt.tools.contour.ImplicitPlotterInput
 
ImplicitPlotterOptions - class mvt.tools.contour.ImplicitPlotterOptions.
Creates and lays out the components used in the options panel for the 2D ImplicitPlotter.
ImplicitPlotterOptions() - Constructor for class mvt.tools.contour.ImplicitPlotterOptions
 
ImplicitPlotterTool - class mvt.tools.contour.ImplicitPlotterTool.
This tool plots curves of the form f(x,y) = 0
ImplicitPlotterTool(String) - Constructor for class mvt.tools.contour.ImplicitPlotterTool
 
index - Variable in class mvt.util.IntHashtableEnumerator
 
index - Variable in class mvt.util.GifEncoderHashitem
 
indexNode - Variable in class mvt.help.HelpIndexList
List of HelpIndexNodes.
InfinityException - exception math.exceptions.InfinityException.
The class InfinityException is used to signal when the jacobian determinant for a system of functions vanishes.
InfinityException(String, Point2D.Double[]) - Constructor for class math.exceptions.InfinityException
 
InfinityException(String, Point3D[]) - Constructor for class math.exceptions.InfinityException
 
InfinityException(String, Point4D[]) - Constructor for class math.exceptions.InfinityException
 
init() - Method in class mvt.MVT
 
InputPanel - class mvt.tools.InputPanel.
Input Panel takes the function and bounds on the variables.
InputPanel.ClearButtonListener - class mvt.tools.InputPanel.ClearButtonListener.
The Clear Button listener that works the same for any plot panel or type of graphical tool.
InputPanel.ClearButtonListener() - Constructor for class mvt.tools.InputPanel.ClearButtonListener
 
InputPanel.InitButtonListener - class mvt.tools.InputPanel.InitButtonListener.
 
InputPanel.InitButtonListener(TextBoxPanel, TextBoxPanel, TextBoxPanel) - Constructor for class mvt.tools.InputPanel.InitButtonListener
 
InputPanel.ODETypeListener - class mvt.tools.InputPanel.ODETypeListener.
 
InputPanel.ODETypeListener(JComboBox, TextBoxPanel) - Constructor for class mvt.tools.InputPanel.ODETypeListener
 
InputPanel.PlotButtonListener - class mvt.tools.InputPanel.PlotButtonListener.
The Plot Button listener that works the same for any plot panel or type of graphical tool.
InputPanel.PlotButtonListener() - Constructor for class mvt.tools.InputPanel.PlotButtonListener
 
InputPanel.StepSizeTypeListener - class mvt.tools.InputPanel.StepSizeTypeListener.
 
InputPanel.StepSizeTypeListener(TextBoxPanel) - Constructor for class mvt.tools.InputPanel.StepSizeTypeListener
 
InputPanel.VariableListener - class mvt.tools.InputPanel.VariableListener.
 
InputPanel.VariableListener() - Constructor for class mvt.tools.InputPanel.VariableListener
 
InputPanel.ViewNumberListener - class mvt.tools.InputPanel.ViewNumberListener.
 
InputPanel.ViewNumberListener() - Constructor for class mvt.tools.InputPanel.ViewNumberListener
 
InputPanel() - Constructor for class mvt.tools.InputPanel
This should stay the same most of the time, just add the components and install their listeners.
insertUpdate(DocumentEvent) - Method in class mvt.help.HelpIndex
Invoked when text has been typed in the text field.
IntegerConstant - class math.constants.IntegerConstant.
The class Constant is used to create mathematical Constant objects.
IntegerConstant(IntegerConstant) - Constructor for class math.constants.IntegerConstant
Copy constructor to create new integer constant.
IntegerConstant(long) - Constructor for class math.constants.IntegerConstant
Constructor to create a new integer constant.
Integral - class math.numerics.Integral.
 
Integral(Function, Variable, double, double) - Constructor for class math.numerics.Integral
 
IntegrationOptions - class mvt.tools.numerical.IntegrationOptions.
Creates and lays out the components used in the options panel for the Numerical Integrator.
IntegrationOptions() - Constructor for class mvt.tools.numerical.IntegrationOptions
 
IntegrationTool - class mvt.tools.numerical.IntegrationTool.
 
IntegrationTool.ClearButtonListener - class mvt.tools.numerical.IntegrationTool.ClearButtonListener.
 
IntegrationTool.ClearButtonListener() - Constructor for class mvt.tools.numerical.IntegrationTool.ClearButtonListener
 
IntegrationTool.IntegrateButtonListener - class mvt.tools.numerical.IntegrationTool.IntegrateButtonListener.
 
IntegrationTool.IntegrateButtonListener() - Constructor for class mvt.tools.numerical.IntegrationTool.IntegrateButtonListener
 
IntegrationTool(String) - Constructor for class mvt.tools.numerical.IntegrationTool
 
Interlace - Variable in class mvt.util.GifEncoder
 
IntHashtable - class mvt.util.IntHashtable.
IntHashtable - a Hashtable that uses ints as the keys This is 90% based on Java's java.util.Hashtable.
IntHashtable() - Constructor for class mvt.util.IntHashtable
Constructs a new, empty hashtable.
IntHashtable(int) - Constructor for class mvt.util.IntHashtable
Constructs a new, empty hashtable with the specified initial capacity.
IntHashtable(int, float) - Constructor for class mvt.util.IntHashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
IntHashtableEntry - class mvt.util.IntHashtableEntry.
 
IntHashtableEntry() - Constructor for class mvt.util.IntHashtableEntry
 
IntHashtableEnumerator - class mvt.util.IntHashtableEnumerator.
 
IntHashtableEnumerator(IntHashtableEntry[], boolean) - Constructor for class mvt.util.IntHashtableEnumerator
 
inverse() - Method in class math.matrix.Matrix
Matrix inverse or pseudoinverse
isApplication() - Static method in class mvt.MVT
 
isBorderOpaque() - Method in class mvt.graphics.BracketBorder
Returns whether or not the border is opaque.
isEmpty() - Method in class mvt.util.IntHashtable
Returns true if the hashtable contains no elements.
isFullRank() - Method in class math.matrix.QRDecomposition
Is the matrix full rank?
isNonsingular() - Method in class math.matrix.LUDecomposition
Is the matrix nonsingular?
isSPD() - Method in class math.matrix.CholeskyDecomposition
Is the matrix symmetric and positive definite?
isTransparent - Variable in class mvt.util.GifEncoderHashitem
 
itemStateChanged(ItemEvent) - Method in class mvt.tools.OptionsPanel.DefaultedComponentListener
 
iterator() - Method in class math.objects.VariableSet
 
iterator() - Method in class math.objects.Point2DList
The method iterator returns an iterator associated with the current Point2DList.
iterator() - Method in class math.objects.FunctionList
 

MVT API
A B C D E F G H I K L M N O P Q R S T U V W X Y Z
mvt.icons