package jcliffford

Uses of Class
jclifford.BladeBitSet

Uses of BladeBitSet in jclifford
 

Methods in jclifford that return BladeBitSet
(package private)  BladeBitSet BladeBitSet.geometricProduct(BladeBitSet bld)
          Computes the geometric product with the specified blade.
(package private)  BladeBitSet BladeBitSet.leftContraction(BladeBitSet bld)
          Computes the left contraction with the specified blade.
(package private)  BladeBitSet BladeBitSet.rightContraction(BladeBitSet bld)
          Computes the right contraction with the specified blade.
(package private)  BladeBitSet BladeBitSet.wedgeProduct(BladeBitSet bld)
          Computes the wedge product with the specified blade.
 

Methods in jclifford with parameters of type BladeBitSet
(package private)  BladeBitSet BladeBitSet.geometricProduct(BladeBitSet bld)
          Computes the geometric product with the specified blade.
 double CliffordBitSet.get(BladeBitSet blade)
          Gets the value of a blade.
(package private)  boolean BladeBitSet.getSign(BladeBitSet bld)
          Computes the sign of the product with the specified blade.
(package private)  BladeBitSet BladeBitSet.leftContraction(BladeBitSet bld)
          Computes the left contraction with the specified blade.
 void CliffordBitSet.put(BladeBitSet blade, double value)
          Puts a new blade-value mapping or updates existing.
 void CliffordBitSet.remove(BladeBitSet blade)
          Removes blade-value mapping if existing.
(package private)  BladeBitSet BladeBitSet.rightContraction(BladeBitSet bld)
          Computes the right contraction with the specified blade.
(package private)  BladeBitSet BladeBitSet.wedgeProduct(BladeBitSet bld)
          Computes the wedge product with the specified blade.
 


package jclifford

package jclifford API Specification