|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.access.ArrayAccess<N>
SimpleArray instead
@Deprecated public abstract class ArrayAccess<N extends Number>
The purpose of (use case for) this class is to provide a minimal class
that implements the
Access1D interface and is mutable. Further
the user can assume that an ArrayAccess
Nested Class Summary
static classArrayAccess.Big
Deprecated. v32 Use SimpleArray instead
static classArrayAccess.Complex
Deprecated. v32 Use SimpleArray instead
static classArrayAccess.Primitive
Deprecated. v32 Use SimpleArray instead
static classArrayAccess.Rational
Deprecated. v32 Use SimpleArray instead
Field Summary
intlength
Deprecated.
Method Summary
doubledoubleValue(int anInd)
Nget(int anInd)
Iterator<N>iterator()
Deprecated.
static ArrayAccess.BigmakeBig(int aLength)
Deprecated.
static ArrayAccess.ComplexmakeComplex(int aLength)
Deprecated.
static ArrayAccess.PrimitivemakePrimitive(int aLength)
Deprecated.
static ArrayAccess.RationalmakeRational(int aLength)
Deprecated.
abstract voidset(int anInd,
double aNmbr)
Deprecated.
abstract voidset(int anInd,
N aNmbr)
Deprecated.
intsize()
Deprecated.
static ArrayAccess.BigwrapBig(BigDecimal[] theData)
Deprecated.
static ArrayAccess.ComplexwrapComplex(ComplexNumber[] theData)
Deprecated.
static ArrayAccess.PrimitivewrapPrimitive(double[] theData)
Deprecated.
static ArrayAccess.RationalwrapRational(RationalNumber[] theData)
Deprecated.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
length
public final int length
Method Detail
makeBig
public static final ArrayAccess.Big makeBig(int aLength)
makeComplex
public static final ArrayAccess.Complex makeComplex(int aLength)
makePrimitive
public static final ArrayAccess.Primitive makePrimitive(int aLength)
makeRational
public static final ArrayAccess.Rational makeRational(int aLength)
wrapBig
public static final ArrayAccess.Big wrapBig(BigDecimal[] theData)
wrapComplex
public static final ArrayAccess.Complex wrapComplex(ComplexNumber[] theData)
wrapPrimitive
public static final ArrayAccess.Primitive wrapPrimitive(double[] theData)
wrapRational
public static final ArrayAccess.Rational wrapRational(RationalNumber[] theData)
iterator
public final Iterator<N> iterator()
set
public abstract void set(int anInd,
double aNmbr)
set
public abstract void set(int anInd,
N aNmbr)
size
public int size()
doubleValue
public double doubleValue(int anInd)
get
public N get(int anInd)
Overview
Package
Class
Tree
Deprecated
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD