MVT API

Uses of Package
math.exceptions

Packages that use math.exceptions
math.constants   
math.exceptions   
math.functions   
math.numerics   
math.objects   
math.util   
mvt.graphics   
mvt.tools   
mvt.tools.contour   
mvt.tools.numerical   
mvt.tools.ode   
mvt.tools.plot   
mvt.tools.vectorfield   
 

Classes in math.exceptions used by math.constants
IllegalEvaluationException
          The class IllegalEvaluationException is used to signal that the number of variables does not match the number of values in an evaluation.
VariableUndefinedException
          The class VariableUndefinedException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by math.exceptions
SingularMatrixException
          The class SingularMatrixException is used to signal when the determinant for a system of functions vanishes.
 

Classes in math.exceptions used by math.functions
IllegalEvaluationException
          The class IllegalEvaluationException is used to signal that the number of variables does not match the number of values in an evaluation.
VariableUndefinedException
          The class VariableUndefinedException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by math.numerics
ExcessiveIterationsException
          The class ExcessiveIterationsException is used to signal when an iterative scheme fails to converge before performing a prescribed number of iterations.
InfinityException
          The class InfinityException is used to signal when the jacobian determinant for a system of functions vanishes.
MinimumStepSizeException
          The class MinimumStepSizeException is used to signal when the jacobian determinant for a system of functions vanishes.
SingularJacobianException
          The class SingularJacobianException is used to signal when the jacobian determinant for a system of functions vanishes.
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
UnacceptableVariableException
          The class UnacceptableVariableException is used to signal an unacceptable string used for a Variable object.
UndefinedIntegrandException
           
VariableUndefinedException
          The class VariableUndefinedException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by math.objects
IllegalEvaluationException
          The class IllegalEvaluationException is used to signal that the number of variables does not match the number of values in an evaluation.
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
UnacceptableVariableException
          The class UnacceptableVariableException is used to signal an unacceptable string used for a Variable object.
VariableUndefinedException
          The class VariableUndefinedException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by math.util
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by mvt.graphics
MatrixDimensionException
          The class MatrixDimensionException is used to signal when a matrix operation has cannot happen with the given dimensions of that matrix.
SingularMatrixException
          The class SingularMatrixException is used to signal when the determinant for a system of functions vanishes.
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
UnacceptableVariableException
          The class UnacceptableVariableException is used to signal an unacceptable string used for a Variable object.
VariableUndefinedException
          The class VariableUndefinedException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by mvt.tools
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by mvt.tools.contour
ExcessiveIterationsException
          The class ExcessiveIterationsException is used to signal when an iterative scheme fails to converge before performing a prescribed number of iterations.
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by mvt.tools.numerical
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by mvt.tools.ode
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by mvt.tools.plot
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
 

Classes in math.exceptions used by mvt.tools.vectorfield
SyntaxException
          The class SyntaxException is used to signal an undefined Variable object.
 


MVT API

mvt.icons