package jcliffford

Uses of Class
jclifford.CliffordTreeSet

Uses of CliffordTreeSet in jclifford
 

Methods in jclifford that return CliffordTreeSet
 CliffordTreeSet CliffordTreeSet.add(CliffordTreeSet cl)
          Computes the sum with the specified element.
 CliffordTreeSet CliffordTreeSet.gP(CliffordTreeSet cl)
          Computes the geometric product with the specified element.
 CliffordTreeSet CliffordTreeSet.gP(double scalar)
          Computes the geometric product with the specified scalar.
 CliffordTreeSet CliffordTreeSet.lC(CliffordTreeSet cl)
          Computes the left contraction with the specified element.
 CliffordTreeSet CliffordTreeSet.rC(CliffordTreeSet cl)
          Computes the right contraction with the specified element.
 CliffordTreeSet CliffordTreeSet.sub(CliffordTreeSet cl)
          Computes the difference with the specified element.
 CliffordTreeSet CliffordTreeSet.wP(CliffordTreeSet cl)
          Computes the wedge product with the specified element.
 

Methods in jclifford with parameters of type CliffordTreeSet
 CliffordTreeSet CliffordTreeSet.add(CliffordTreeSet cl)
          Computes the sum with the specified element.
 boolean CliffordTreeSet.equals(CliffordTreeSet cl, double tol)
          Compares this element with the specified element for equality.
 CliffordTreeSet CliffordTreeSet.gP(CliffordTreeSet cl)
          Computes the geometric product with the specified element.
 CliffordTreeSet CliffordTreeSet.lC(CliffordTreeSet cl)
          Computes the left contraction with the specified element.
 CliffordTreeSet CliffordTreeSet.rC(CliffordTreeSet cl)
          Computes the right contraction with the specified element.
 CliffordTreeSet CliffordTreeSet.sub(CliffordTreeSet cl)
          Computes the difference with the specified element.
 CliffordTreeSet CliffordTreeSet.wP(CliffordTreeSet cl)
          Computes the wedge product with the specified element.
 


package jclifford

package jclifford API Specification