Serialized Form


Package org.ojalgo

Class org.ojalgo.ProgrammingError extends RuntimeException implements Serializable

Class org.ojalgo.RecoverableCondition extends Exception implements Serializable


Package org.ojalgo.array

Class org.ojalgo.array.Array1Dim extends Object implements Serializable

Serialized Fields

length

int length

myDelegate

org.ojalgo.array.BasicArray<N extends Number> myDelegate

myFirst

int myFirst

myLimit

int myLimit

myStep

int myStep

Class org.ojalgo.array.Array2Dim extends Object implements Serializable

Serialized Fields

myDelegate

org.ojalgo.array.BasicArray<N extends Number> myDelegate

myRowDim

int myRowDim

myColDim

int myColDim

Class org.ojalgo.array.ArrayAnyDim extends Object implements Serializable

Serialized Fields

myDelegate

org.ojalgo.array.BasicArray<N extends Number> myDelegate

Package org.ojalgo.gui.awt

Class org.ojalgo.gui.awt.ContextLabel extends Label implements Serializable

Serialized Fields

myContext

TypeContext<T> myContext

Class org.ojalgo.gui.awt.ContextTextField extends TextField implements Serializable

Serialized Fields

myContext

TypeContext<T> myContext

Package org.ojalgo.gui.layout

Class org.ojalgo.gui.layout.GridBagDialog extends JDialog implements Serializable

Serialized Fields

myConstraintsFactory

GridBagComponent.ConstraintsBuilder myConstraintsFactory

Class org.ojalgo.gui.layout.GridBagFrame extends JFrame implements Serializable

Serialized Fields

myConstraintsFactory

GridBagComponent.ConstraintsBuilder myConstraintsFactory

Class org.ojalgo.gui.layout.GridBagPanel extends JPanel implements Serializable

Serialized Fields

myConstraintsFactory

GridBagComponent.ConstraintsBuilder myConstraintsFactory

Package org.ojalgo.gui.swing

Class org.ojalgo.gui.swing.ContextLabel extends JLabel implements Serializable

Serialized Fields

myContext

TypeContext<T> myContext

Class org.ojalgo.gui.swing.ContextTextField extends JFormattedTextField implements Serializable

Serialized Fields

myContext

TypeContext<T> myContext

Package org.ojalgo.matrix

Class org.ojalgo.matrix.BigMatrix extends org.ojalgo.matrix.ArbitraryMatrix<BigDecimal> implements Serializable

Class org.ojalgo.matrix.ComplexMatrix extends org.ojalgo.matrix.ArbitraryMatrix<ComplexNumber> implements Serializable

Class org.ojalgo.matrix.MatrixError extends ProgrammingError implements Serializable

Class org.ojalgo.matrix.PrimitiveMatrix extends org.ojalgo.matrix.ArbitraryMatrix<Double> implements Serializable


Package org.ojalgo.matrix.jama

Class org.ojalgo.matrix.jama.JamaMatrix extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

myDelegate

org.ojalgo.matrix.jama.Matrix myDelegate

Package org.ojalgo.matrix.store

Class org.ojalgo.matrix.store.BigDenseStore extends BigArray implements Serializable

Serialized Fields

myColDim

int myColDim

myLowerLeftShaded

boolean myLowerLeftShaded

myRowDim

int myRowDim

myUpperRightShaded

boolean myUpperRightShaded

myUtility

Array2Dim<N extends Number> myUtility

Class org.ojalgo.matrix.store.ComplexDenseStore extends ComplexArray implements Serializable

Serialized Fields

myColDim

int myColDim

myLowerLeftShaded

boolean myLowerLeftShaded

myRowDim

int myRowDim

myUpperRightShaded

boolean myUpperRightShaded

myUtility

Array2Dim<N extends Number> myUtility

Class org.ojalgo.matrix.store.PrimitiveDenseStore extends PrimitiveArray implements Serializable

Serialized Fields

myColDim

int myColDim

myLowerLeftShaded

boolean myLowerLeftShaded

myRowDim

int myRowDim

myUpperRightShaded

boolean myUpperRightShaded

myUtility

Array2Dim<N extends Number> myUtility

Package org.ojalgo.netio

Class org.ojalgo.netio.Batch extends ArrayList<Message> implements Serializable


Package org.ojalgo.optimisation

Class org.ojalgo.optimisation.IndexSet extends TreeSet<String> implements Serializable

Serialized Fields

myLocked

boolean myLocked

myName

String myName

Package org.ojalgo.random

Class org.ojalgo.random.Binomial extends RandomNumber implements Serializable

Serialized Fields

myCount

int myCount

myProbability

double myProbability

Class org.ojalgo.random.Exponential extends RandomNumber implements Serializable

Serialized Fields

myLambda

double myLambda

Class org.ojalgo.random.Gamma extends RandomNumber implements Serializable

Serialized Fields

myCount

int myCount

myLambda

double myLambda

Class org.ojalgo.random.Geometric extends RandomNumber implements Serializable

Serialized Fields

myProbability

double myProbability

Class org.ojalgo.random.LogNormal extends RandomNumber implements Serializable

Serialized Fields

myNormal

Normal myNormal

Class org.ojalgo.random.Normal extends RandomNumber implements Serializable

Serialized Fields

myMean

double myMean

myStdDev

double myStdDev

Class org.ojalgo.random.Poisson extends RandomNumber implements Serializable

Serialized Fields

myLambda

double myLambda

Class org.ojalgo.random.RandomNumber extends Number implements Serializable

Serialized Fields

myRandomAlternator

Alternator<T> myRandomAlternator

Class org.ojalgo.random.Uniform extends RandomNumber implements Serializable

Serialized Fields

myLower

double myLower

myRange

double myRange

Class org.ojalgo.random.Weibull extends RandomNumber implements Serializable

Serialized Fields

myBeta

double myBeta

myLambda

double myLambda

mySet

SampleSet mySet

Package org.ojalgo.scalar

Class org.ojalgo.scalar.BigScalar extends org.ojalgo.scalar.AbstractScalar<BigDecimal> implements Serializable

Serialized Fields

myNumber

BigDecimal myNumber

Class org.ojalgo.scalar.ComplexNumber extends org.ojalgo.scalar.AbstractScalar<ComplexNumber> implements Serializable

Serialized Fields

myRep

org.ojalgo.scalar.ComplexNumber.Representation myRep

Class org.ojalgo.scalar.PrimitiveScalar extends org.ojalgo.scalar.AbstractScalar<Double> implements Serializable

Serialized Fields

myNumber

double myNumber

Class org.ojalgo.scalar.RationalNumber extends org.ojalgo.scalar.AbstractScalar<RationalNumber> implements Serializable

Serialized Fields

myDenominator

BigInteger myDenominator

myNumerator

BigInteger myNumerator

Package org.ojalgo.series

Class org.ojalgo.series.CoordinationSet extends HashMap<String,BasicTimeSeries<K extends Comparable<K>,V extends Number>> implements Serializable

Serialized Fields

myResolution

TimeUnit myResolution

Class org.ojalgo.series.NumberSeries extends org.ojalgo.series.AbstractSeries<N extends Number & Comparable<N>,N extends Number & Comparable<N>> implements Serializable

Class org.ojalgo.series.TimeInMillisSeries extends org.ojalgo.series.AbstractSeries<Long,N extends Number> implements Serializable


Package org.ojalgo.type.colour

Class org.ojalgo.type.colour.Colour extends Color implements Serializable


Package org.ojalgo.type.context

Class org.ojalgo.type.context.BinaryContext extends TypeContext<byte[]> implements Serializable

Class org.ojalgo.type.context.BooleanContext extends TypeContext<Boolean> implements Serializable

Class org.ojalgo.type.context.DateContext extends TypeContext<Date> implements Serializable

Serialized Fields

myPart

DatePart myPart

myStyle

DateStyle myStyle

Class org.ojalgo.type.context.NumberContext extends TypeContext<Number> implements Serializable

Serialized Fields

myMode

RoundingMode myMode

myPrecision

int myPrecision

myScale

int myScale

Class org.ojalgo.type.context.StringContext extends TypeContext<String> implements Serializable

Serialized Fields

myLength

int myLength

Class org.ojalgo.type.context.TypeContext extends Object implements Serializable

Serialized Fields

myFormat

Format myFormat

Package org.ojalgo.type.format

Class org.ojalgo.type.format.BooleanFormat extends Format implements Serializable

Class org.ojalgo.type.format.StringFormat extends Format implements Serializable


Package se.optimatika.ampl

Class se.optimatika.ampl.GUI extends Frame implements Serializable

Serialized Fields

myAMPL

JAMPL myAMPL

myCommandLine

TextField myCommandLine

myDataArea

TextArea myDataArea

myFileMenu

Menu myFileMenu

myEditMenu

Menu myEditMenu

myViewMenu

Menu myViewMenu

mySendMenu

Menu mySendMenu

myHelpMenu

Menu myHelpMenu

myMenuBar

MenuBar myMenuBar

myModelArea

TextArea myModelArea

myPrompt

Label myPrompt

myTransactionCount

int myTransactionCount

myTranscript

TextArea myTranscript

cbtool

CheckboxMenuItem cbtool

find

TextField find

gb

GridBagLayout gb

gbc

GridBagConstraints gbc

last_pat

int last_pat

last_sel

String last_sel

last_text

TextArea last_text

lastdir

String lastdir

pl

Panel pl

pr

Panel pr

pb

Panel pb