A B C D E F G H I L M N O Q R S T U W X

A

add(QuadraticSurd, QuadraticSurd) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Add two quadratic surds.
addToSelf(QuadraticSurd) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Add a quadratic surd to the instance.
analyze(Document, String) - Method in class org.spaceroots.rkcheck.RungeKuttaFile
Analyze the DOM tree.
analyze(Document, String) - Method in class org.spaceroots.rkcheck.XMLFile
Analyze the DOM tree.

B

bigDecimalValue(int) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Returns the value of the underlying number as a BigDecimal.
build(Document, String) - Method in class org.spaceroots.rkcheck.RungeKuttaFile
Build the DOM tree.
build(Document, String) - Method in class org.spaceroots.rkcheck.XMLFile
Build the DOM tree.

C

CheckOrderConditions - class org.spaceroots.rkcheck.CheckOrderConditions.
This application checks the order conditions of Runge-Kutta processes.
CheckOrderConditions() - Constructor for class org.spaceroots.rkcheck.CheckOrderConditions
 
ComputeOrderConditions - class org.spaceroots.rkcheck.ComputeOrderConditions.
This application computes the order conditions of Runge-Kutta methods.
ComputeOrderConditions() - Constructor for class org.spaceroots.rkcheck.ComputeOrderConditions
 
compareTo(Object) - Method in class org.spaceroots.rkcheck.DerivationTree
Compares this tree with the specified object for order.

D

DerivationTree - class org.spaceroots.rkcheck.DerivationTree.
This class implements rooted trees for determining order conditions in Runge-Kutta integrators.
DerivationTree() - Constructor for class org.spaceroots.rkcheck.DerivationTree
Simple constructor.
DerivationTree(DerivationTree) - Constructor for class org.spaceroots.rkcheck.DerivationTree
Copy constructor.
DerivationTree(DerivationTree[]) - Constructor for class org.spaceroots.rkcheck.DerivationTree
Build a derivation tree from an array of sub-trees.
DerivationTreesSetGenerator - class org.spaceroots.rkcheck.DerivationTreesSetGenerator.
This class generates all trees set for any order.
DerivationTreesSetGenerator() - Constructor for class org.spaceroots.rkcheck.DerivationTreesSetGenerator
Build an empty generator.
divide(QuadraticSurd, long) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Divide a quadratic surd by an integer
divide(QuadraticSurd, QuadraticSurd) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Divide two quadratic surds.
divideSelf(long) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Divide the instance by an integer.
divideSelf(QuadraticSurd) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Divide the instance by a quadratic surd.
doubleValue() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Returns the value of the underlying number as a double.

E

EmbeddedCatalogResolver - class org.spaceroots.rkcheck.EmbeddedCatalogResolver.
This class implements a resolver for external entities that are cached locally in the same jar file as the application.
EmbeddedCatalogResolver(String, DocumentBuilder) - Constructor for class org.spaceroots.rkcheck.EmbeddedCatalogResolver
Simple constructor.
EmbeddedCatalogResolver - class org.spaceroots.util.EmbeddedCatalogResolver.
This class implements a resolver for external entities that are cached locally in the same jar file as the application.
EmbeddedCatalogResolver(String, SAXParserFactory) - Constructor for class org.spaceroots.util.EmbeddedCatalogResolver
Simple constructor.
equals(Object) - Method in class org.spaceroots.rkcheck.DerivationTree
Check if the instance is equal to another tree.
equals(Object) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Check if the instance is equal to another quadratic surd.
error(SAXParseException) - Method in class org.spaceroots.rkcheck.XMLFile
Receive notification of a recoverable error.

F

fatalError(SAXParseException) - Method in class org.spaceroots.rkcheck.XMLFile
Receive notification of a non-recoverable error.

G

getAlpha() - Method in class org.spaceroots.rkcheck.DerivationTree
Get the alpha factor of the tree.
getAttribute(Node, String, boolean) - Method in class org.spaceroots.rkcheck.XMLFile
Get an attribute value.
getContent(Node) - Method in class org.spaceroots.rkcheck.XMLFile
Get the content of a node.
getContents() - Method in class org.spaceroots.rkcheck.MessagesResources
 
getContents() - Method in class org.spaceroots.rkcheck.MessagesResources_fr
 
getDenominator() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Get the denominator.
getDepth() - Method in class org.spaceroots.rkcheck.DerivationTree
Get the depth of the tree.
getElement(Node, String, boolean) - Method in class org.spaceroots.rkcheck.XMLFile
Get a specific child element node.
getErrorWeights() - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Get the error weights table.
getEstimationWeights() - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Get the estimation weights table.
getFactorial() - Method in class org.spaceroots.rkcheck.DerivationTree
Get the factorial of the tree.
getInternalWeights() - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Get the internal weights table.
getName() - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Get the name of the method.
getOrder() - Method in class org.spaceroots.rkcheck.DerivationTree
Get the order of the tree.
getPublicId() - Method in class org.spaceroots.rkcheck.RungeKuttaFile
Get the public ID of the DTD.
getPublicId() - Method in class org.spaceroots.rkcheck.XMLFile
Get the public ID of the DTD.
getRationalNumerator() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Get the numerator of the rational part.
getResourceName(String) - Method in class org.spaceroots.rkcheck.EmbeddedCatalogResolver
Get the resource associated with a public identifier
getRootCoefficient() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Get the coefficient of the irrational part.
getRootElement() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Get the root element of the irrational part.
getSystemId() - Method in class org.spaceroots.rkcheck.RungeKuttaFile
Get the system ID of the DTD.
getSystemId() - Method in class org.spaceroots.rkcheck.XMLFile
Get the system ID of the DTD.
getTimeSteps() - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Get the time steps table.
getTreesSet(int) - Method in class org.spaceroots.rkcheck.DerivationTreesSetGenerator
Get the trees set for the specified order.

H

hashCode() - Method in class org.spaceroots.rkcheck.DerivationTree
Returns the hash code value for this tree.
hashCode() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Returns a hash code value for the object.

I

invert(QuadraticSurd) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Invert a quadratic surd.
invertSelf() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Invert the instance.
isInteger() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Check if the number is integer.
isLeaf() - Method in class org.spaceroots.rkcheck.DerivationTree
Check if a tree is a leaf.
isOne() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Check if the instance is equal to 1.
isRational() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Check if the instance holds a rational number.
isZero() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Check if the instance is equal to 0.

L

listUpperTrees() - Method in class org.spaceroots.rkcheck.DerivationTree
List one order upper trees.

M

MessagesResources - class org.spaceroots.rkcheck.MessagesResources.
This class gather the message resources for the rkcheck application.
MessagesResources() - Constructor for class org.spaceroots.rkcheck.MessagesResources
Simple constructor.
MessagesResources_fr - class org.spaceroots.rkcheck.MessagesResources_fr.
This class gather the message resources for the rkcheck application.
MessagesResources_fr() - Constructor for class org.spaceroots.rkcheck.MessagesResources_fr
Simple constructor.
main(String[]) - Static method in class org.spaceroots.rkcheck.CheckOrderConditions
Entry point of the application.
main(String[]) - Static method in class org.spaceroots.rkcheck.ComputeOrderConditions
Entry point of the application.
multiply(QuadraticSurd, long) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Multiply a quadratic surd by an integer.
multiply(QuadraticSurd, QuadraticSurd) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Multiply two quadratic surds.
multiplySelf(long) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Multiply the instance by an integer.
multiplySelf(QuadraticSurd) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Multiply the instance by a quadratic surd.

N

negate(QuadraticSurd) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Negate a quadratic surd.
negateSelf() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Negate the instance

O

orderConditionAsMaximaString(boolean) - Method in class org.spaceroots.rkcheck.DerivationTree
Get a Maxima string representation of the order condition of this derivation tree.
orderConditionAsTeXString(boolean) - Method in class org.spaceroots.rkcheck.DerivationTree
Get a TeX string representation of the order condition of this derivation tree.
orderConditionResidual(QuadraticSurd[], QuadraticSurd[][], QuadraticSurd[]) - Method in class org.spaceroots.rkcheck.DerivationTree
Compute the residual on an order condition
org.spaceroots.rkcheck - package org.spaceroots.rkcheck
 
org.spaceroots.util - package org.spaceroots.util
 

Q

QuadraticSurd - class org.spaceroots.rkcheck.QuadraticSurd.
This class implements quadratic irrational numbers (which are also called quadratic surds).
QuadraticSurd() - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(long) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(BigInteger) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(long, long) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(BigInteger, BigInteger) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(long, long, long, long) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(BigDecimal, BigDecimal) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Simple constructor.
QuadraticSurd(QuadraticSurd) - Constructor for class org.spaceroots.rkcheck.QuadraticSurd
Copy-constructor.

R

RKCheckException - exception org.spaceroots.rkcheck.RKCheckException.
This class is the base class for all specific exceptions thrown by the rkcheck classes.
RKCheckException() - Constructor for class org.spaceroots.rkcheck.RKCheckException
Simple constructor.
RKCheckException(String) - Constructor for class org.spaceroots.rkcheck.RKCheckException
Simple constructor.
RKCheckException(String, String[]) - Constructor for class org.spaceroots.rkcheck.RKCheckException
Simple constructor.
RKCheckException(Throwable) - Constructor for class org.spaceroots.rkcheck.RKCheckException
Simple constructor.
RKCheckException(String, Throwable) - Constructor for class org.spaceroots.rkcheck.RKCheckException
Simple constructor.
RKCheckException(String, String[], Throwable) - Constructor for class org.spaceroots.rkcheck.RKCheckException
Simple constructor.
RungeKuttaFile - class org.spaceroots.rkcheck.RungeKuttaFile.
This class reads or write an XML file containing a Runge-Kutta method description.
RungeKuttaFile(RungeKuttaMethod) - Constructor for class org.spaceroots.rkcheck.RungeKuttaFile
Simple constructor.
RungeKuttaMethod - class org.spaceroots.rkcheck.RungeKuttaMethod.
This class represents a Runge-Kutta method.
RungeKuttaMethod() - Constructor for class org.spaceroots.rkcheck.RungeKuttaMethod
Simple constructor.
read(String) - Method in class org.spaceroots.rkcheck.XMLFile
Parse an XML document containing an application-specific configuration.
resolveEntity(String, String) - Method in class org.spaceroots.rkcheck.EmbeddedCatalogResolver
 
resolveEntity(String, String) - Method in class org.spaceroots.util.EmbeddedCatalogResolver
 

S

sameField(QuadraticSurd) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Check if a quadratic surd belong to the same field as the instance.
setErrorWeights(QuadraticSurd[]) - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Set the error weights table.
setEstimationWeights(QuadraticSurd[]) - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Set the estimation weights table.
setInternalWeights(QuadraticSurd[][]) - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Set the internal weights table.
setName(String) - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Set the name of the method.
setTimeSteps(QuadraticSurd[]) - Method in class org.spaceroots.rkcheck.RungeKuttaMethod
Set the time steps table.
startElement(String, String, String, Attributes) - Method in class org.spaceroots.util.EmbeddedCatalogResolver
 
subtract(QuadraticSurd, QuadraticSurd) - Static method in class org.spaceroots.rkcheck.QuadraticSurd
Subtract two quadratic surds.
subtractFromSelf(QuadraticSurd) - Method in class org.spaceroots.rkcheck.QuadraticSurd
Subtract a quadratic surd to the instance.

T

toString() - Method in class org.spaceroots.rkcheck.DerivationTree
Get a string representation of this tree.
toString() - Method in class org.spaceroots.rkcheck.QuadraticSurd
Returns a string representation of the underlying number.

U

uri - Variable in class org.spaceroots.rkcheck.XMLFile
URI of the configuration file.

W

warning(SAXParseException) - Method in class org.spaceroots.rkcheck.XMLFile
Receive notification of a warning.
write(Writer, String) - Method in class org.spaceroots.rkcheck.XMLFile
Write an XML document.

X

XMLFile - class org.spaceroots.rkcheck.XMLFile.
This class is the base class for application-specific XML files reading/writing.
XMLFile() - Constructor for class org.spaceroots.rkcheck.XMLFile
Simple constructor.

A B C D E F G H I L M N O Q R S T U W X

Copyright © 2002-2004 Luc Maisonobe. All Rights Reserved.