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

All Known Implementing Classes:
ArrayAnyD

public interface AccessAnyD<N extends Number>


Method Summary
 double doubleValue(int... aRef)
           
 N get(int... aRef)
           
 int getColDim()
          The size of this structure in the column-direction/dimension
 int getRowDim()
          The size of this structure in the row-direction/dimension
 int size()
           
 int size(int aDim)
          getRowDim() == size(0) getColDim() == size(1) size() == size(0)*size(1)*size(2)*size(3)*...
 

Method Detail

doubleValue

double doubleValue(int... aRef)

get

N get(int... aRef)

size

int size(int aDim)
getRowDim() == size(0) getColDim() == size(1) size() == size(0)*size(1)*size(2)*size(3)*...


getColDim

int getColDim()
The size of this structure in the column-direction/dimension

Returns:
The number of columns

getRowDim

int getRowDim()
The size of this structure in the row-direction/dimension

Returns:
The number of rows

size

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