org.retro.neural
Class LinearSubspace

java.lang.Object
  extended byorg.retro.neural.AffinLinearSubspace
      extended byorg.retro.neural.LinearSubspace

public class LinearSubspace
extends AffinLinearSubspace


Field Summary
 
Fields inherited from class org.retro.neural.AffinLinearSubspace
dimension, generatingSystem, inhomogenousPart
 
Constructor Summary
LinearSubspace(Vector[] generatingSystem)
           
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this affin linear subspace
 
Methods inherited from class org.retro.neural.AffinLinearSubspace
getDimension, getGeneratingSystem, getInhomogenousPart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinearSubspace

public LinearSubspace(Vector[] generatingSystem)
Method Detail

toString

public java.lang.String toString()
Description copied from class: AffinLinearSubspace
Returns a String representation of this affin linear subspace

Overrides:
toString in class AffinLinearSubspace
Returns:
String representation