|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 class
ArrayAccess.Big
Deprecated. v32 Use SimpleArray
instead
static class
ArrayAccess.Complex
Deprecated. v32 Use SimpleArray
instead
static class
ArrayAccess.Primitive
Deprecated. v32 Use SimpleArray
instead
static class
ArrayAccess.Rational
Deprecated. v32 Use SimpleArray
instead
Field Summary
int
length
Deprecated.
Method Summary
double
doubleValue(int anInd)
N
get(int anInd)
Iterator<N>
iterator()
Deprecated.
static ArrayAccess.Big
makeBig(int aLength)
Deprecated.
static ArrayAccess.Complex
makeComplex(int aLength)
Deprecated.
static ArrayAccess.Primitive
makePrimitive(int aLength)
Deprecated.
static ArrayAccess.Rational
makeRational(int aLength)
Deprecated.
abstract void
set(int anInd,
double aNmbr)
Deprecated.
abstract void
set(int anInd,
N aNmbr)
Deprecated.
int
size()
Deprecated.
static ArrayAccess.Big
wrapBig(BigDecimal[] theData)
Deprecated.
static ArrayAccess.Complex
wrapComplex(ComplexNumber[] theData)
Deprecated.
static ArrayAccess.Primitive
wrapPrimitive(double[] theData)
Deprecated.
static ArrayAccess.Rational
wrapRational(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