- Lagrange - Class in net.danap.numericalworksheet.approximations
-
The Lagrange interpolation approximation method implementation
class.
- Lagrange() - Constructor for class net.danap.numericalworksheet.approximations.Lagrange
-
- lagrangeCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
-
- LagrangePanel - Class in net.danap.numericalworksheet.approximationpanels
-
The LagrangePanel used for collecting input data
required to execute the Lagrange approximation.
- LagrangePanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.LagrangePanel
-
- LDLDecomposition - Class in net.danap.numericalworksheet.approximations
-
The LDL' Decomposition linear systems approximation method
implementation class.
- LDLDecomposition() - Constructor for class net.danap.numericalworksheet.approximations.LDLDecomposition
-
- ldlDecompositionCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
-
- LDLPanel - Class in net.danap.numericalworksheet.approximationpanels
-
The LDLPanel is used for collecting input data
required to execute the LDLDecomposition approximation.
- LDLPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.LDLPanel
-
- LegendrePoly - Class in net.danap.numericalworksheet.legendre
-
Main Legendre Polynomial generating class.
- LegendrePoly() - Constructor for class net.danap.numericalworksheet.legendre.LegendrePoly
-
- LegendreRoots - Class in net.danap.numericalworksheet.legendre
-
The LegendreRoots approximation method implementation class.
- LegendreRoots() - Constructor for class net.danap.numericalworksheet.legendre.LegendreRoots
-
- LegendreSuper - Class in net.danap.numericalworksheet.legendre
-
The Legendre Supervisor class for overseeing the generation
of the Legendre weights and roots table.
- LegendreSuper(int) - Constructor for class net.danap.numericalworksheet.legendre.LegendreSuper
-
- LegendreWeights - Class in net.danap.numericalworksheet.legendre
-
The LegendreWeights generation implementation class.
- LegendreWeights() - Constructor for class net.danap.numericalworksheet.legendre.LegendreWeights
-
- less(Symbol) - Method in class net.danap.numericalworksheet.expression.Symbol
-
- linearSystemsCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
-
- LinearSystemsPanel - Class in net.danap.numericalworksheet.approximationpanels
-
The LinearSystemsPanel used for collecting input data
required to execute several of the Linear System
approximations.
- LinearSystemsPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.LinearSystemsPanel
-
- LLDecomposition - Class in net.danap.numericalworksheet.approximations
-
The Choleski's decomposition approximation method
implementation class.
- LLDecomposition() - Constructor for class net.danap.numericalworksheet.approximations.LLDecomposition
-
- llDecompositionCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
-
- LLPanel - Class in net.danap.numericalworksheet.approximationpanels
-
The LLPanel is used for collecting input data
required to execute the LL Decomposition approximation.
- LLPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.LLPanel
-
- ln - Static variable in class net.danap.numericalworksheet.expression.FunctionSet
-
- LnFunc - Class in net.danap.numericalworksheet.functions
-
Nature logarithm function
- LnFunc() - Constructor for class net.danap.numericalworksheet.functions.LnFunc
-
- log - Static variable in class net.danap.numericalworksheet.expression.FunctionSet
-
- log() - Method in class net.danap.numericalworksheet.utilities.Complex
-
- LogFunc - Class in net.danap.numericalworksheet.functions
-
Logarithm function
- LogFunc() - Constructor for class net.danap.numericalworksheet.functions.LogFunc
-
- logoIcon - Static variable in class net.danap.numericalworksheet.NumericalWorkSheet
-
- LUDecomposition - Class in net.danap.numericalworksheet.approximations
-
The LU Decomposition linear systems approximation method
implementation class.
- LUDecomposition() - Constructor for class net.danap.numericalworksheet.approximations.LUDecomposition
-
- luDecompositionCard - Variable in class net.danap.numericalworksheet.main.MethodPanel
-
- LUPanel - Class in net.danap.numericalworksheet.approximationpanels
-
The LUPanel is used for collecting input data
required to execute the LUDecomposition approximation.
- LUPanel(String) - Constructor for class net.danap.numericalworksheet.approximationpanels.LUPanel
-