All Packages Class Hierarchy This Package Previous Next Index
Class rsfF.vector.RsfSpace
java.lang.Object
|
+----rsfF.vector.RsfSpace
- public class RsfSpace
- extends Object
- implements SpaceBasis
vector space containing Rsfs
- See Also:
- Rsf
-
RsfSpace()
-
-
RsfSpace(Axis[])
-
-
RsfSpace(Axis[], DataAxis)
-
-
RsfSpace(int)
-
-
RsfSpace(int, int)
-
-
RsfSpace(int[])
-
-
RsfSpace(RsfSpace)
- copy constructor
-
copy()
-
-
cross(RsfSpace)
- Return a new RsfSpace which is the Cartesian product of two RsfSpaces.
This is similar to creating a ProductSpace, but the result of
cross is a single RsfSpace instead of a ProductSpace.
-
equals(Object)
- Compares two Objects for equality.
-
getAxes()
-
-
getBasis()
-
-
getDataAxis()
-
-
getDimension()
-
-
getDimensions()
-
-
getIndex(int)
-
-
getIndex(int, int)
-
-
getIndex(int[])
-
-
getIndices(int)
-
-
getIndices(int, int[])
-
-
getNSamples()
-
-
getNSamples(int)
-
-
getNSamples(int, int)
-
-
getStride(int)
-
-
getTotalNSamples()
-
-
hasMember(Vector)
-
-
newMember()
-
-
toString()
- Returns a string representation of the object.
RsfSpace
public RsfSpace()
RsfSpace
protected RsfSpace(RsfSpace src)
- copy constructor
RsfSpace
public RsfSpace(int nSamples[])
RsfSpace
public RsfSpace(int n)
RsfSpace
public RsfSpace(int rows,
int cols)
RsfSpace
public RsfSpace(Axis axes[])
RsfSpace
public RsfSpace(Axis axes[],
DataAxis axis)
getIndex
public int getIndex(int i[])
getIndex
public int getIndex(int i)
getIndex
public int getIndex(int i,
int j)
getIndices
public int[] getIndices(int i)
getIndices
public void getIndices(int i,
int ind[])
copy
public JamObject copy()
equals
public boolean equals(Object spc2)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
getDataAxis
public DataAxis getDataAxis()
getAxes
public Axis[] getAxes()
newMember
public Vector newMember()
hasMember
public boolean hasMember(Vector v)
getBasis
public OrthonormalBasis getBasis()
cross
public RsfSpace cross(RsfSpace spc2)
- Return a new RsfSpace which is the Cartesian product of two RsfSpaces.
This is similar to creating a ProductSpace, but the result of
cross is a single RsfSpace instead of a ProductSpace.
- See Also:
- ProductSpace
getDimension
public int getDimension()
getDimensions
public int[] getDimensions()
getNSamples
public int getNSamples(int i)
getNSamples
public int getNSamples(int lo,
int hi)
getNSamples
public int[] getNSamples()
getStride
public int getStride(int i)
- Returns:
- the stride in the storage array corresponding to the specified dimension
getTotalNSamples
public int getTotalNSamples()
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index