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.Array1D extends AbstractList<N extends Number> 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.Array2D 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.ArrayAnyD extends Object implements Serializable

Serialized Fields

myDelegate

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

myStructure

int[] myStructure

Class org.ojalgo.array.BigArray extends org.ojalgo.array.BasicArray<BigDecimal> implements Serializable

Serialized Fields

myData

BigDecimal[] myData

Class org.ojalgo.array.ComplexArray extends org.ojalgo.array.BasicArray<ComplexNumber> implements Serializable

Serialized Fields

myData

ComplexNumber[] myData

Class org.ojalgo.array.PrimitiveArray extends org.ojalgo.array.BasicArray<Double> implements Serializable

Serialized Fields

myData

double[] myData

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.AbstractMatrix<BigDecimal> implements Serializable

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

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

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


Package org.ojalgo.matrix.jama

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

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

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

myRowDim

int myRowDim

myUtility

Array2D<N extends Number> myUtility

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

Serialized Fields

myColDim

int myColDim

myRowDim

int myRowDim

myUtility

Array2D<N extends Number> myUtility

Class org.ojalgo.matrix.store.ConjugatedStore extends org.ojalgo.matrix.store.TransjugatedStore<N extends Number> implements Serializable

Class org.ojalgo.matrix.store.IdentityStore extends org.ojalgo.matrix.store.FactoryStore<N extends Number> implements Serializable

Serialized Fields

myDim

int myDim

Class org.ojalgo.matrix.store.LowerHessenbergStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Class org.ojalgo.matrix.store.LowerTriangularStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Serialized Fields

myAssumeOne

boolean myAssumeOne

Class org.ojalgo.matrix.store.MergedColumnsStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Serialized Fields

myLowerStore

MatrixStore<N extends Number> myLowerStore

myRowSplit

int myRowSplit

Class org.ojalgo.matrix.store.MergedRowsStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Serialized Fields

myRightStore

MatrixStore<N extends Number> myRightStore

myColSplit

int myColSplit

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

Serialized Fields

myColDim

int myColDim

myRowDim

int myRowDim

myUtility

Array2D<N extends Number> myUtility

Class org.ojalgo.matrix.store.SelectedColumnsStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Serialized Fields

myColumns

int[] myColumns

Class org.ojalgo.matrix.store.SelectedRowsStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Serialized Fields

myRows

int[] myRows

Class org.ojalgo.matrix.store.SingleStore extends org.ojalgo.matrix.store.FactoryStore<N extends Number> implements Serializable

Serialized Fields

myNumber

Number myNumber

myValue

double myValue

Class org.ojalgo.matrix.store.SuperimposedStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Serialized Fields

myColFirst

int myColFirst

myColLimit

int myColLimit

myColSet

int[] myColSet

myDiff

MatrixStore<N extends Number> myDiff

myRowFirst

int myRowFirst

myRowLimit

int myRowLimit

myRowSet

int[] myRowSet

Class org.ojalgo.matrix.store.TransposedStore extends org.ojalgo.matrix.store.TransjugatedStore<N extends Number> implements Serializable

Class org.ojalgo.matrix.store.UpperHessenbergStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Class org.ojalgo.matrix.store.UpperTriangularStore extends org.ojalgo.matrix.store.LogicalStore<N extends Number> implements Serializable

Serialized Fields

myAssumeOne

boolean myAssumeOne

Class org.ojalgo.matrix.store.WrapperStore extends org.ojalgo.matrix.store.FactoryStore<N extends Number> implements Serializable

Serialized Fields

myAccess

Access2D<N extends Number> myAccess

Class org.ojalgo.matrix.store.ZeroStore extends org.ojalgo.matrix.store.FactoryStore<N extends Number> implements Serializable

Serialized Fields

myNumberZero

Number myNumberZero

myScalarZero

Scalar<N extends Number> myScalarZero

Package org.ojalgo.netio

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


Package org.ojalgo.optimisation

Class org.ojalgo.optimisation.ModelValidationException extends RecoverableCondition implements Serializable


Package org.ojalgo.random

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

serialVersionUID: -3146302867013736326L

Serialized Fields

myCount

int myCount

myProbability

double myProbability

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

serialVersionUID: -720007692511649669L

Serialized Fields

myLambda

double myLambda

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

serialVersionUID: 6544837857838057678L

Serialized Fields

myCount

int myCount

myLambda

double myLambda

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

serialVersionUID: 1324905651790774444L

Serialized Fields

myProbability

double myProbability

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

serialVersionUID: 2175858399667617840L

Serialized Fields

myNormal

Normal myNormal

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

serialVersionUID: 7164712313114018919L

Serialized Fields

myMean

double myMean

myStdDev

double myStdDev

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

serialVersionUID: -5382163736545207782L

Serialized Fields

myLambda

double myLambda

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

serialVersionUID: -5871398825698010936L

Serialized Fields

myAlternator

Alternator<T> myAlternator

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

serialVersionUID: -8198257914507986404L

Serialized Fields

myLower

double myLower

myRange

double myRange

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

serialVersionUID: 7315696913427382955L

Serialized Fields

myBeta

double myBeta

myLambda

double myLambda

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

myValue

double myValue

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

CalendarDateUnit 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

myMathContext

MathContext myMathContext

myPrecision

int myPrecision

myRoundingMode

RoundingMode myRoundingMode

myScale

int myScale

myScaleFactor

double myScaleFactor

myError

double myError

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 org.ojalgo.type.keyvalue

Class org.ojalgo.type.keyvalue.IntDouble extends Object implements Serializable

Serialized Fields

key

int key

value

double value

Class org.ojalgo.type.keyvalue.IntKey extends Object implements Serializable

Serialized Fields

key

int key

value

Object value

Class org.ojalgo.type.keyvalue.LongDouble extends Object implements Serializable

Serialized Fields

key

long key

value

double value

Class org.ojalgo.type.keyvalue.LongKey extends Object implements Serializable

Serialized Fields

key

long key

value

Object value

Class org.ojalgo.type.keyvalue.StringKey extends Object implements Serializable

Serialized Fields

key

String key

value

Object value

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