org.ojalgo.access
Interface Access1D<N extends Number>

All Known Subinterfaces:
DecompositionStore<N>, Householder<N>, MatrixStore<N>, PhysicalStore<N>, PolynomialFunction<N>
All Known Implementing Classes:
AboveBelowStore, Array1D, ArrayAccess, ArrayAccess.Big, ArrayAccess.Complex, ArrayAccess.Primitive, ArrayAccess.Rational, BigArray, BigDenseStore, BigPolynomial, BinaryFunctionSeries, ColumnsStore, ComplexArray, ComplexDenseStore, ComplexPolynomial, ConjugatedStore, DataSeries, DecompositionStore.HouseholderReference, ExplicitTimeSeries, Householder.Big, Householder.Complex, Householder.Primitive, IdentityStore, ImplicitTimeSeries, JamaMatrix, LeftRightStore, LowerHessenbergStore, LowerTriangularStore, PrimitiveArray, PrimitiveDenseStore, PrimitivePolynomial, PrimitiveSeries, PrimitiveTimeSeries, RationalArray, RationalPolynomial, RowsStore, SampleSet, SingleStore, SuperimposedStore, TransposedStore, UnaryFunctionSeries, UpperHessenbergStore, UpperTriangularStore, WrapperStore, ZeroStore

public interface Access1D<N extends Number>


Method Summary
 double doubleValue(int anInd)
           
 N get(int anInd)
           
 int size()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

doubleValue

double doubleValue(int anInd)

get

N get(int anInd)

size

int size()
Returns:
The total number of elements contained in this structure