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

G

GaussElimination - Class in net.danap.numericalworksheet.approximations
The GaussElimination linear systems approximation method implementation class.
GaussElimination() - Constructor for class net.danap.numericalworksheet.approximations.GaussElimination
 
gaussEliminationCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
 
GaussEliminationFullPivot - Class in net.danap.numericalworksheet.approximations
The Gaussian Elimination with Full Pivoting linear systems approximation method implementation class.
GaussEliminationFullPivot() - Constructor for class net.danap.numericalworksheet.approximations.GaussEliminationFullPivot
 
GaussEliminationPanel - Class in net.danap.numericalworksheet.approximationpanels
The GuassEliminationPanel is used for collecting input data required to execute the Guassian Elimination approximation.
GaussEliminationPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.GaussEliminationPanel
 
GaussEliminationPivot - Class in net.danap.numericalworksheet.approximations
The Gaussian Elimnation with Partial Pivoting linear systems approximation method implementation class.
GaussEliminationPivot() - Constructor for class net.danap.numericalworksheet.approximations.GaussEliminationPivot
 
GaussEliminationScaledPivot - Class in net.danap.numericalworksheet.approximations
The Gaussian Elimination with Scaled Partial Pivoting linear systems approximation method implementation class.
GaussEliminationScaledPivot() - Constructor for class net.danap.numericalworksheet.approximations.GaussEliminationScaledPivot
 
GaussianDoubleQuad - Class in net.danap.numericalworksheet.approximations
The GuassianDoubleQuad standard integration approximation method implementation class.
GaussianDoubleQuad() - Constructor for class net.danap.numericalworksheet.approximations.GaussianDoubleQuad
 
gaussianDoubleQuadCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
 
GaussianDoubleQuadPanel - Class in net.danap.numericalworksheet.approximationpanels
The GaussianDoubleQuadPanel is used for collecting input data required to execute the Gaussian Double Quadrature approximation.
GaussianDoubleQuadPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.GaussianDoubleQuadPanel
 
gaussianIntegral(double, double) - Method in class net.danap.numericalworksheet.approximations.GaussianQuad2
 
GaussianQuad - Class in net.danap.numericalworksheet.approximations
The GaussianQuad integration approximation method implementation class.
GaussianQuad() - Constructor for class net.danap.numericalworksheet.approximations.GaussianQuad
 
GaussianQuad2 - Class in net.danap.numericalworksheet.approximations
The GaussianQuad2 integration approximation method implementation class.
GaussianQuad2() - Constructor for class net.danap.numericalworksheet.approximations.GaussianQuad2
 
gaussianQuad2Card - Variable in class net.danap.numericalworksheet.main.MethodPanel
 
gaussianQuadCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
 
GaussianQuadPanel - Class in net.danap.numericalworksheet.approximationpanels
The GaussianQuadPanel used for collecting input data required to execute the Gaussian approximation from the Legendre table.
GaussianQuadPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel
 
GaussianQuadPanel2 - Class in net.danap.numericalworksheet.approximationpanels
The GaussianQuadPanel2 used for collecting input data required to execute the short fixed table form of the gaussian approximation.
GaussianQuadPanel2(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel2
 
GaussianTripleQuad - Class in net.danap.numericalworksheet.approximations
The GuassianTripleQuad standard integration approximation method implementation class.
GaussianTripleQuad() - Constructor for class net.danap.numericalworksheet.approximations.GaussianTripleQuad
 
gaussianTripleQuadCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
 
GaussianTripleQuadPanel - Class in net.danap.numericalworksheet.approximationpanels
The GaussianTripleQuadPanel is used for collecting input data required to execute the Gaussian Triple Quadrature approximation.
GaussianTripleQuadPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.GaussianTripleQuadPanel
 
GaussJordan - Class in net.danap.numericalworksheet.approximations
The GaussJordan linear systems approximation method implementation class.
GaussJordan() - Constructor for class net.danap.numericalworksheet.approximations.GaussJordan
 
getArray() - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getBisection_Root(double, double) - Static method in class net.danap.numericalworksheet.approximations.Bisection
A public class for the implementation of a the bisection polynomial root approximation given input values of type double.
getCoefficients_x() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getCoefficients_y() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getColumnPackedArray() - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getColumnSize() - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getComplexSystem() - Static method in class net.danap.numericalworksheet.main.OutputPanel
 
getCurrentAlgorithmSelected() - Static method in class net.danap.numericalworksheet.main.MainInputPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.BisectionPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.CramerPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
 
getData(String, int) - Static method in class net.danap.numericalworksheet.approximationpanels.FivePointPanel1
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.FixedPointPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.GaussEliminationPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianDoubleQuadPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel2
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianTripleQuadPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.HermitePanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.LagrangePanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.LDLPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.LinearSystemsPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.LLPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.LUPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.MatrixPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.MullerPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonDivDiffPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonHornerPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonRaphsonPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.RombergQuad2Panel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.RombergQuadPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.SecantPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonDoubleQuadPanel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonQuad2Panel
 
getData(String) - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonQuadPanel
 
getData(String, int) - Static method in class net.danap.numericalworksheet.approximationpanels.ThreePointPanel1
 
getDataPoints() - Static method in class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
 
getDataPoints() - Static method in class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
 
getDataPoints_x() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getDataPoints_y() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getDefaultBackGroundColor() - Static method in class net.danap.numericalworksheet.main.OutputPanel
 
getDifferentialPt() - Static method in class net.danap.numericalworksheet.approximationpanels.FivePointPanel2
 
getDifferentialPt() - Static method in class net.danap.numericalworksheet.approximationpanels.SecondDerivativePanel
 
getDifferentialPt() - Static method in class net.danap.numericalworksheet.approximationpanels.ThreePointPanel2
 
getElement(int, int) - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getEndPoints_x() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getEndPoints_y() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getEquationStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.HermitePanel
 
getEquationStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LagrangePanel
 
getEquationStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonDivDiffPanel
 
getEquationString() - Static method in class net.danap.numericalworksheet.approximationpanels.FixedPointPanel
 
getEquationString() - Static method in class net.danap.numericalworksheet.main.MainInputPanel
 
getErrMsg() - Method in class net.danap.numericalworksheet.expression.Expression
 
getEvaluationInputPoint() - Static method in class net.danap.numericalworksheet.main.OutputPanel
 
getFivePoint_Derivative(double) - Static method in class net.danap.numericalworksheet.approximations.FivePoint
FivePoint class method for obtaining the derivative of an input equation in the Numerical Worksheet at a point.
getFixedPointValue(double) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getFunc(String) - Static method in class net.danap.numericalworksheet.expression.FunctionSet
 
getFunctionValue(double) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getFunctionValue(double, double) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getFunctionValue(double, double, double) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getFunctionValue(Complex) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getFunctionValue(double, String) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getFunctionValue(double, double, String) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getGuidePoints_x() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getGuidePoints_y() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getGuidePointSelection() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getIm() - Method in class net.danap.numericalworksheet.utilities.Complex
 
getIncrementalDelta() - Static method in class net.danap.numericalworksheet.approximationpanels.FivePointPanel2
 
getIncrementalDelta() - Static method in class net.danap.numericalworksheet.approximationpanels.SecondDerivativePanel
 
getIncrementalDelta() - Static method in class net.danap.numericalworksheet.approximationpanels.ThreePointPanel2
 
getInsets() - Method in class net.danap.numericalworksheet.main.MainInputPanel
 
getInsets() - Method in class net.danap.numericalworksheet.main.MethodPanel
 
getInsets() - Method in class net.danap.numericalworksheet.main.OutputPanel
 
getInsets() - Method in class net.danap.numericalworksheet.WorkSheetJMenuBar
 
getLDLData() - Static method in class net.danap.numericalworksheet.approximationpanels.LDLPanel
 
getLegendreRoots(int, int) - Static method in class net.danap.numericalworksheet.legendre.LegendreSuper
 
getLegendreWeights(int, int) - Static method in class net.danap.numericalworksheet.legendre.LegendreSuper
 
getLLData() - Static method in class net.danap.numericalworksheet.approximationpanels.LLPanel
 
getLUData() - Static method in class net.danap.numericalworksheet.approximationpanels.LUPanel
 
getMatrix(int[], int[]) - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getMatrixArray() - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getMaxLegendrePolynomialDegree() - Static method in class net.danap.numericalworksheet.legendre.LegendreSuper
 
getNewtonHornerRoots(int, double[], double) - Static method in class net.danap.numericalworksheet.approximations.NewtonHorner
 
getNumericalType() - Static method in class net.danap.numericalworksheet.main.MainInputPanel
 
getOutputColumnSpacing() - Static method in class net.danap.numericalworksheet.main.OutputPanel
 
getOutputData() - Static method in class net.danap.numericalworksheet.main.OutputPanel
 
getOutputDecimalPlaces() - Static method in class net.danap.numericalworksheet.main.OutputPanel
 
getPlotPolySegmentsCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getPlotPolySegmentsCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
 
getPlotPolySegmentsCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
 
getRadianMode() - Static method in class net.danap.numericalworksheet.approximationpanels.CramerPanel
 
getRangeSegment(double, double[]) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getRangeSegmentSet(double, double[]) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
 
getRational(Rational) - Static method in class net.danap.numericalworksheet.utilities.Rational
 
getRationalDouble(Rational) - Static method in class net.danap.numericalworksheet.utilities.Rational
 
getRationalExact(Rational) - Static method in class net.danap.numericalworksheet.utilities.Rational
 
getRe() - Method in class net.danap.numericalworksheet.utilities.Complex
 
getRowPackedArray() - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getRowSize() - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getSecantRoot(double, double, double, int, String) - Static method in class net.danap.numericalworksheet.approximations.Secant
 
getSegPolyString(int) - Static method in class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
 
getSegPolyString(int) - Static method in class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
 
getSegPolyStrings() - Static method in class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
 
getSegPolyStrings() - Static method in class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
 
getSegPolyStrings_x() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getSegPolyStrings_y() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.BisectionPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.CramerPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.FivePointPanel1
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.FivePointPanel2
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.FixedPointPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussEliminationPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianDoubleQuadPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel2
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianTripleQuadPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.HermitePanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LagrangePanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LDLPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LinearSystemsPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LLPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LUPanel
 
getStateCheckbox(String) - Static method in class net.danap.numericalworksheet.approximationpanels.MatrixPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.MullerPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonDivDiffPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonHornerPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonRaphsonPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.RombergQuad2Panel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.RombergQuadPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.SecantPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.SecondDerivativePanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonDoubleQuadPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonQuad2Panel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonQuadPanel
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.ThreePointPanel1
 
getStateCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.ThreePointPanel2
 
getStateLDLDataCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LDLPanel
 
getStateLLDataCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LLPanel
 
getStateLUDataCheckbox() - Static method in class net.danap.numericalworksheet.approximationpanels.LUPanel
 
getSubMatrix(int, int, int, int) - Method in class net.danap.numericalworksheet.utilities.Matrix
 
getSubstitutionType() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussEliminationPanel
 
getWorkSheetMode() - Static method in class net.danap.numericalworksheet.main.OutputPanel
 
graphHeight - Variable in class net.danap.numericalworksheet.main.GraphPanel
 
graphJColorChooser - Static variable in class net.danap.numericalworksheet.NumericalWorkSheet
 
GraphKeyAdapter - Class in net.danap.numericalworksheet.main
GraphKeyAdapter class used in the translation of graph plots.
GraphKeyAdapter() - Constructor for class net.danap.numericalworksheet.main.GraphKeyAdapter
 
GraphMouseAdapter - Class in net.danap.numericalworksheet.main
GraphMouseAdapter class for controlling various graph plotting functions.
GraphMouseAdapter() - Constructor for class net.danap.numericalworksheet.main.GraphMouseAdapter
 
GraphMouseMotionAdapter - Class in net.danap.numericalworksheet.main
The GraphMouseMotionAdapter class monitors mouse pointer position in the worksheet.
GraphMouseMotionAdapter() - Constructor for class net.danap.numericalworksheet.main.GraphMouseMotionAdapter
 
GraphPanel - Class in net.danap.numericalworksheet.main
The GraphPanel class used for plotting functions.
GraphPanel(NumericalWorkSheet) - Constructor for class net.danap.numericalworksheet.main.GraphPanel
 
graphSelectedColor - Static variable in class net.danap.numericalworksheet.NumericalWorkSheet
 
graphWidth - Variable in class net.danap.numericalworksheet.main.GraphPanel
 
greater(Symbol) - Method in class net.danap.numericalworksheet.expression.Symbol
 
gridScaleX - Variable in class net.danap.numericalworksheet.main.GraphPanel
 
gridScaleY - Variable in class net.danap.numericalworksheet.main.GraphPanel
 
guidePointSelected - Variable in class net.danap.numericalworksheet.main.GraphPanel
 
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links