Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
C
- CacheStatistics() - Constructor for class de.tu_bs.isbs.util.math.functions.AbstractCachedFunction.CacheStatistics
- caljy0(double, doubleW, int) - Static method in class netlib.specfun.Caljy0
- Caljy0 - Class in netlib.specfun
-
Zero-order Bessel functions of the first and second kind (J0 and Y0).
- caljy1(double, doubleW, int) - Static method in class netlib.specfun.Caljy1
- Caljy1 - Class in netlib.specfun
-
First-order Bessel functions of the first and second kind (J1 and Y1).
- call() - Method in class de.tu_bs.isbs.util.math.functions.FunctionValue
- calls - Variable in class de.tu_bs.isbs.util.math.functions.AbstractCachedFunction.CacheStatistics
- cancel() - Method in class de.stefanreiser.net.server.AbstractWorker
- cancel() - Method in interface de.stefanreiser.swing.worker.Cancelable
-
Signalisiert einem Thread, dass die Arbeit abgebrochen werden soll.
- cancel() - Method in class de.stefanreiser.swing.worker.CancelableDummy
-
no-op
- cancel() - Method in class de.stefanreiser.swing.worker.CancelableRunnable
-
Aufrufen signalisiert Abbruchwunsch.
- Cancelable - Interface in de.stefanreiser.swing.worker
- CancelableDummy - Class in de.stefanreiser.swing.worker
-
A "Dummy"-Cancelable.
- CancelableDummy() - Constructor for class de.stefanreiser.swing.worker.CancelableDummy
- CancelableRunnable - Class in de.stefanreiser.swing.worker
-
Wie Runnable, jedoch mit der Möglichkeit, über das Cancelable-Interface einen Abbruchwunsch mitzuteilen.
- CancelableRunnable() - Constructor for class de.stefanreiser.swing.worker.CancelableRunnable
- caretUpdate(CaretEvent) - Method in class de.stefanreiser.swing.text.TextLineNumber
- celsiusToKelvin(double) - Static method in class de.tu_bs.isbs.util.physics.UnitConversions
- changedUpdate(DocumentEvent) - Method in class de.stefanreiser.swing.text.TextLineNumber
- changeSelection(int, int, boolean, boolean) - Method in class de.stefanreiser.swing.JKeyValueList.MyJTable
- checkFinite(double) - Static method in class de.tu_bs.isbs.util.math.MathTools
-
Prüft, ob Wert v eine finite Zahl ist, wirft anderenfalls ArithmeticException.
- checkFinite(double[]) - Static method in class de.tu_bs.isbs.util.math.MathTools
-
Prüft, ob alle Werte in values finite Zahlen sind, wirft anderenfalls ArithmeticException.
- checkFinite(double[][]) - Static method in class de.tu_bs.isbs.util.math.MathTools
-
Prüft, ob alle Werte in values finite Zahlen sind, wirft anderenfalls ArithmeticException.
- chol() - Method in class Jama.Matrix
-
Cholesky Decomposition
- CholeskyDecomposition - Class in Jama
-
Cholesky Decomposition.
- CholeskyDecomposition(Matrix) - Constructor for class Jama.CholeskyDecomposition
-
Cholesky algorithm for symmetric and positive definite matrix.
- clearCache() - Method in class de.tu_bs.isbs.util.math.functions.AbstractCachedFunction
-
Löscht alle im Cache gespeicherten Funktionswerte.
- clearChecked() - Method in class de.stefanreiser.swing.misc.JCheckBoxList
- clearUpdatesFlag() - Method in class de.stefanreiser.swing.JKeyValueList
-
Löscht das Flag, das anzeigt, ob eine Bearbeitung mindestens einer Zelle stattgefunden hat.
- clone() - Method in class Jama.Matrix
-
Clone the Matrix object.
- close() - Method in interface de.tu_bs.isbs.util.io.IOIterator
-
Closes the underlying data source.
- close() - Method in class de.tu_bs.isbs.util.io.LineCommentsInputReader
- close() - Method in class de.tu_bs.isbs.util.io.print.DefaultSystemLogger
- close() - Method in interface de.tu_bs.isbs.util.io.print.Loggable
-
Schließen der Resourcen des Loggers.
- close() - Method in class de.tu_bs.isbs.util.io.print.SystemLoggerOut2Err
- close() - Method in class de.tu_bs.isbs.util.io.TeeWriter
- cmd - Variable in class de.stefanreiser.net.server.AbstractWorker.Message
- CmdLineParser - Class in jargs.gnu
-
Largely GNU-compatible command-line options parser.
- CmdLineParser() - Constructor for class jargs.gnu.CmdLineParser
- CmdLineParser.IllegalOptionValueException - Exception in jargs.gnu
-
Thrown when an illegal or missing value is given by the user for an option that takes a value.
- CmdLineParser.NotFlagException - Exception in jargs.gnu
-
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.
- CmdLineParser.Option - Class in jargs.gnu
-
Representation of a command-line option
- CmdLineParser.Option.BooleanOption - Class in jargs.gnu
- CmdLineParser.Option.DoubleOption - Class in jargs.gnu
-
An option that expects a floating-point value
- CmdLineParser.Option.IntegerOption - Class in jargs.gnu
-
An option that expects an integer value
- CmdLineParser.Option.LongOption - Class in jargs.gnu
-
An option that expects a long integer value
- CmdLineParser.Option.StringOption - Class in jargs.gnu
-
An option that expects a string value
- CmdLineParser.OptionException - Exception in jargs.gnu
-
Base class for exceptions that may be thrown when options are parsed
- CmdLineParser.UnknownOptionException - Exception in jargs.gnu
-
Thrown when the parsed command-line contains an option that is not recognised.
- CmdLineParser.UnknownSuboptionException - Exception in jargs.gnu
-
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown.
- ComboBoxModelFactory<T> - Class in de.stefanreiser.swing.combobox
-
ComboBoxModelFactory: Erzeugt ComboBoxModels, deren Elemente vom Typ ComboBoxPairItem
sind. - ComboBoxModelFactory() - Constructor for class de.stefanreiser.swing.combobox.ComboBoxModelFactory
- ComboBoxPairItem<T> - Class in de.stefanreiser.swing.combobox
-
Ein Paar aus einem Text (zur Anzeige in einer Combobox) und einem Wert.
- ComboBoxPairItem(String, T) - Constructor for class de.stefanreiser.swing.combobox.ComboBoxPairItem
- ComboBoxUtil - Class in de.stefanreiser.swing.combobox
-
Statische Hilfsmethoden für Comboboxen und Combobox-Modelle.
- ComboBoxUtil() - Constructor for class de.stefanreiser.swing.combobox.ComboBoxUtil
- computeA(double, double, double) - Static method in class de.tu_bs.isbs.util.physics.materials.Util
-
Berechnung der Temperaturleitzahl A [cm**2 / h] aus Raumdichte rho [g/cm**3], spezifischer Wärmekapazität c [J/(g*K)] und Wärmeleitzahl lambda [W/(m*K)].
- computeResult() - Method in class de.tu_bs.isbs.util.math.functions.DefaultDoubleFunctionValue
- computeResult() - Method in class de.tu_bs.isbs.util.math.functions.DefaultVectorFunctionValue
- computeResult() - Method in class de.tu_bs.isbs.util.math.functions.FunctionValue
- cond() - Method in class Jama.Matrix
-
Matrix condition (2 norm)
- cond() - Method in class Jama.SingularValueDecomposition
-
Two norm condition number
- ConstantThermalExpansion - Class in de.tu_bs.isbs.util.physics.rheology
-
Element: Wärmeausdehnung mit konstantem Ausdehnungskoeffizienten.
- ConstantThermalExpansion(double) - Constructor for class de.tu_bs.isbs.util.physics.rheology.ConstantThermalExpansion
- constructWithCopy(double[][]) - Static method in class Jama.Matrix
-
Construct a matrix from a copy of a 2-D array.
- copy() - Method in class de.tu_bs.isbs.util.math.Vector
-
Copies this vector.
- copy() - Method in class Jama.Matrix
-
Make a deep copy of a matrix
- create(double, double, double, double, double, double, double) - Static method in class de.tu_bs.isbs.util.physics.materials.YoungsModulusRegression
-
Factory-Methode.
- create(YoungsModulus, ThermalExpansion) - Static method in class de.tu_bs.isbs.util.physics.rheology.RestrainedMaxwellModel
- create(Array) - Static method in class de.tu_bs.isbs.util.physics.materials.StressOfTemperaturePolynomial
-
Erzeugt Polynomfunktion aus angegebenen Koeffizienten.
- create(Map<String, Double>) - Static method in class de.tu_bs.isbs.util.physics.materials.YoungsModulusRegression
-
Factory-Methode.
- createConstantFunction(double) - Static method in class de.tu_bs.isbs.util.math.functions.FunctionsUtil
-
Erzeugt eine konstante Funktion.
- createFileExtensionFilter(String, String) - Static method in class de.stefanreiser.swing.SwingUtils
-
Liefert einen FileFilter, der Dateien mit der angegebenen Erweiterung akzeptiert.
- createFunctionValue(double) - Method in class de.tu_bs.isbs.util.math.functions.AbstractCachedFunction
- createLinearFunction(double, double, double, double) - Static method in class de.tu_bs.isbs.util.math.functions.FunctionsUtil
-
Erzeugt eine lineare Funktion durch die Punkte (xA,yA), (xB,yB), xA < xB.
- createMessagePane(String) - Static method in class de.stefanreiser.swing.SwingUtils
- createMessagePane(String, int, int) - Static method in class de.stefanreiser.swing.SwingUtils
-
Erzeugt eine JScrollPane mit einer JTextPane, die den angegebenen Text automatisch an Wortgrenzen umbricht.
- createServer(int, boolean, Loggable, WorkerThreadFactory) - Static method in class de.stefanreiser.net.server.Server
- createServerThread(Socket, Loggable) - Method in interface de.stefanreiser.net.server.WorkerThreadFactory
- CRLF - Static variable in class de.stefanreiser.net.server.AbstractWorker
- CSV_FILE_FILTER - Static variable in class de.stefanreiser.swing.SwingUtils
-
Vorgefertigte FileFilter für häufig benötigte Dateinamenerweiterungen.
- CsvInterpolation - Class in de.tu_bs.isbs.util.math.interpolation
-
Lineare Interpolation von äquidistanten Messwerten: Datenlücken in CSV-Datei ergänzen.
- CsvInterpolation.FirstValueMissingInterpolationException - Exception in de.tu_bs.isbs.util.math.interpolation
- CsvInterpolation.LastValueMissingInterpolationException - Exception in de.tu_bs.isbs.util.math.interpolation
- CsvInterpolation.RangeExceededInterpolationException - Exception in de.tu_bs.isbs.util.math.interpolation
- csvQuoting(Object, char) - Static method in class de.stefanreiser.StringUtils
-
Objekt zur Ausgabe als CSV-Text formatieren.
- CsvStringFormatter - Class in de.tu_bs.isbs.util.io.print
-
Bequemes Formatieren einer Anzahl von Objekten als CSV-String.
- CsvStringFormatter() - Constructor for class de.tu_bs.isbs.util.io.print.CsvStringFormatter
- CsvStringFormatter(char, Character) - Constructor for class de.tu_bs.isbs.util.io.print.CsvStringFormatter
- CsvUpsampling - Class in de.tu_bs.isbs.util.math.interpolation
-
Quelldatei mit äquidistanten Messwerten lesen.
All Classes|All Packages