Class RdCombinatorialVector

java.lang.Object
org.drip.spaces.tensor.RdAggregate
org.drip.spaces.tensor.RdCombinatorialVector
All Implemented Interfaces:
GeneralizedVector, RdGeneralizedVector
Direct Known Subclasses:
RdCombinatorialBanach

public class RdCombinatorialVector
extends RdAggregate
RdCombinatorialVector exposes the Normed/Non-normed Discrete Spaces with Rd Combinatorial Vector Elements.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • RdCombinatorialVector

      public RdCombinatorialVector​(R1CombinatorialVector[] aR1CV) throws java.lang.Exception
      RdCombinatorialVector Constructor
      Parameters:
      aR1CV - Array of the Underlying R^1 Combinatorial Vector Spaces
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • cardinality

      public Cardinality cardinality()
      Description copied from interface: GeneralizedVector
      Retrieve the Cardinality of the Vector Space
      Returns:
      Cardinality of the Vector Space
    • iterator

      Retrieve the Multidimensional Iterator associated with the Underlying Vector Space
      Returns:
      The Multidimensional Iterator associated with the Underlying Vector Space
    • leftDimensionEdge

      public double[] leftDimensionEdge()
      Description copied from interface: RdGeneralizedVector
      Retrieve the Array of the Variate Left Edges
      Returns:
      The Array of the Variate Left Edges
    • rightDimensionEdge

      public double[] rightDimensionEdge()
      Description copied from interface: RdGeneralizedVector
      Retrieve the Array of the Variate Right Edges
      Returns:
      The Array of the Variate Right Edges
    • leftEdge

      public double leftEdge()
      Description copied from interface: GeneralizedVector
      Retrieve the Left Edge
      Returns:
      The Left Edge
    • rightEdge

      public double rightEdge()
      Description copied from interface: GeneralizedVector
      Retrieve the Right Edge
      Returns:
      The Right Edge
    • hyperVolume

      public double hyperVolume() throws java.lang.Exception
      Description copied from interface: GeneralizedVector
      Retrieve the "Hyper" Volume of the Vector Space
      Returns:
      The "Hyper" Volume of the Vector Space
      Throws:
      java.lang.Exception - Thrown if the Hyper Volume cannot be computed