- callGaussElimination(int, double[][], double[]) - Static method in class net.danap.numericalworksheet.approximations.GaussElimination
-
- callGaussElimination(int, double[][], double[]) - Static method in class net.danap.numericalworksheet.approximations.GaussEliminationFullPivot
-
- callGaussElimination(int, double[][], double[]) - Static method in class net.danap.numericalworksheet.approximations.GaussEliminationScaledPivot
-
- cardMethodsPanel - Static variable in class net.danap.numericalworksheet.main.MethodPanel
-
- ceil - Static variable in class net.danap.numericalworksheet.expression.FunctionSet
-
- CeilFunc - Class in net.danap.numericalworksheet.functions
-
Ceiling function
- CeilFunc() - Constructor for class net.danap.numericalworksheet.functions.CeilFunc
-
- changeGraphColor - Static variable in class net.danap.numericalworksheet.NumericalWorkSheet
-
- ClampedCubicSpline - Class in net.danap.numericalworksheet.approximations
-
The Clamped Cubic Spline interpolation approximation method
implementation class.
- ClampedCubicSpline() - Constructor for class net.danap.numericalworksheet.approximations.ClampedCubicSpline
-
- clampedCubicSplineCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
-
- ClampedCubicSplinePanel - Class in net.danap.numericalworksheet.approximationpanels
-
The ClampedCubicSplinePanel used for collecting input
data required to execute the ClampedCubicSpline
approximation.
- ClampedCubicSplinePanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
-
- clearAugmentedMatrix() - Static method in class net.danap.numericalworksheet.approximationpanels.CramerPanel
-
- clearAugmentedMatrix() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussEliminationPanel
-
- clearAugmentedMatrix() - Static method in class net.danap.numericalworksheet.approximationpanels.LDLPanel
-
- clearAugmentedMatrix() - Static method in class net.danap.numericalworksheet.approximationpanels.LinearSystemsPanel
-
- clearAugmentedMatrix() - Static method in class net.danap.numericalworksheet.approximationpanels.LLPanel
-
- clearAugmentedMatrix() - Static method in class net.danap.numericalworksheet.approximationpanels.LUPanel
-
- clearMatrix(String) - Static method in class net.danap.numericalworksheet.approximationpanels.MatrixPanel
-
- clearOutputData() - Static method in class net.danap.numericalworksheet.main.OutputPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.BezierPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.BisectionPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.ClampedCubicSplinePanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.FivePointPanel1
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.FivePointPanel2
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.FixedPointPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianDoubleQuadPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianQuadPanel2
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.GaussianTripleQuadPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.HermitePanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.LagrangePanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.MullerPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonDivDiffPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonHornerPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.NewtonRaphsonPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.RombergQuad2Panel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.RombergQuadPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.SecantPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.SecondDerivativePanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonDoubleQuadPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonQuad2Panel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.SimpsonQuadPanel
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.ThreePointPanel1
-
- clearTextFields() - Static method in class net.danap.numericalworksheet.approximationpanels.ThreePointPanel2
-
- Complex - Class in net.danap.numericalworksheet.utilities
-
The Complex number implementation class.
- Complex() - Constructor for class net.danap.numericalworksheet.utilities.Complex
-
- Complex(double) - Constructor for class net.danap.numericalworksheet.utilities.Complex
-
- Complex(double, double) - Constructor for class net.danap.numericalworksheet.utilities.Complex
-
- Complex(Complex) - Constructor for class net.danap.numericalworksheet.utilities.Complex
-
- conjugate() - Method in class net.danap.numericalworksheet.utilities.Complex
-
- convertFractionString(String) - Static method in class net.danap.numericalworksheet.utilities.NA_Utils
-
- copy() - Method in class net.danap.numericalworksheet.utilities.Matrix
-
- cos - Static variable in class net.danap.numericalworksheet.expression.FunctionSet
-
- cos(Complex) - Static method in class net.danap.numericalworksheet.utilities.Complex
-
- cos() - Method in class net.danap.numericalworksheet.utilities.Complex
-
- CosFunc - Class in net.danap.numericalworksheet.functions
-
Cosine function
- CosFunc() - Constructor for class net.danap.numericalworksheet.functions.CosFunc
-
- cramerCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
-
- CramerPanel - Class in net.danap.numericalworksheet.approximationpanels
-
The CramerPanel is used for collecting input data
required to execute the Cramer's Rule approximation.
- CramerPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.CramerPanel
-
- CramersRule - Class in net.danap.numericalworksheet.approximations
-
The Cramer's Rule linear systems approximation method
implementation class.
- CramersRule() - Constructor for class net.danap.numericalworksheet.approximations.CramersRule
-
- CroutDecomposition - Class in net.danap.numericalworksheet.approximations
-
The Crout Factorization linear systems approximation
method implementation class.
- CroutDecomposition() - Constructor for class net.danap.numericalworksheet.approximations.CroutDecomposition
-
- ctan - Static variable in class net.danap.numericalworksheet.expression.FunctionSet
-
- CtanFunc - Class in net.danap.numericalworksheet.functions
-
Cotangent function
- CtanFunc() - Constructor for class net.danap.numericalworksheet.functions.CtanFunc
-
- CubicSpline - Class in net.danap.numericalworksheet.approximations
-
The Natural Cubic Spline interpolation approximation method
implementation class.
- CubicSpline() - Constructor for class net.danap.numericalworksheet.approximations.CubicSpline
-
- CubicSplinePanel - Class in net.danap.numericalworksheet.approximationpanels
-
The CubicSplinePanel used for collecting input data
required to execute the CubicSpline approximation.
- CubicSplinePanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.CubicSplinePanel
-