All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rn.vector.RnSpc

java.lang.Object
   |
   +----rn.vector.RnSpc

public class RnSpc
extends Object
implements Space


Constructor Index

 o RnSpc(int)

Method Index

 o copy()
 o equals(Object)
Compares two Objects for equality.
 o getNSamples()
 o getSpace()
 o hasMember(Vector)
 o newMember()
 o toString()
Returns a string representation of the object.

Constructors

 o RnSpc
 public RnSpc(int dim)

Methods

 o getSpace
 public RnSpc getSpace()
 o newMember
 public Vector newMember()
 o hasMember
 public boolean hasMember(Vector v)
 o copy
 public JamObject copy()
 o getNSamples
 public int getNSamples()
 o equals
 public boolean equals(Object obj)
Compares two Objects for equality.

Overrides:
equals in class Object
 o 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