Uses of Interface
org.drip.spaces.tensor.GeneralizedVector

Packages that use GeneralizedVector
Package Description
org.drip.spaces.instance
Validated Continuous/Combinatorial Metric Spaces
org.drip.spaces.metric
Hilbert/Banach Normed Metric Spaces
org.drip.spaces.tensor
Rx Continuous/Combinatorial Tensor Spaces
  • Uses of GeneralizedVector in org.drip.spaces.instance

    Methods in org.drip.spaces.instance that return GeneralizedVector
    Modifier and Type Method Description
    GeneralizedVector GeneralizedValidatedVector.tensorSpaceType()
    Retrieve the Generalized Tensor Space Type
  • Uses of GeneralizedVector in org.drip.spaces.metric

    Subinterfaces of GeneralizedVector in org.drip.spaces.metric
    Modifier and Type Interface Description
    interface  GeneralizedMetricVectorSpace
    GeneralizedMetricVectorSpace exposes the basic Properties of the General Normed Metric Vector Space.
    interface  R1Normed
    R1Normed Abstract Class implements the Normed, Bounded/Unbounded Continuous/Combinatorial lp Rd Spaces.
    interface  RdNormed
    RdNormed Abstract Class implements the Normed, Bounded/Unbounded Continuous/Combinatorial lp Rd Spaces.
    Classes in org.drip.spaces.metric that implement GeneralizedVector
    Modifier and Type Class Description
    class  R1Ball
    R1Ball extends the Continuous R1 Space by enforcing the Closed Bounded Metric.
    class  R1Combinatorial
    R1Combinatorial implements the Normed, Bounded/Unbounded Combinatorial lp Rd Spaces.
    class  R1CombinatorialBall
    R1CombinatorialBall extends the Combinatorial R1 Banach Space by enforcing the Closed Bounded Metric.
    class  R1Field
    R1Field implements the Normed, Bounded/Unbounded Continuous lp R1 Fields.
    class  RdBall
    RdBall extends the Continuous Rd Space by enforcing the Closed Bounded Metric.
    class  RdBanach
    RdBanach implements the Normed, Bounded/Unbounded Continuous lp Rd Spaces.
    class  RdCombinatorialBall
    RdCombinatorialBall extends the Combinatorial Rd Banach Space by enforcing the Closed Bounded Metric.
    class  RdCombinatorialBanach
    RdCombinatorialBanach implements the Bounded/Unbounded Combinatorial lp Rd Spaces.
    class  RdCombinatorialHilbert
    RdCombinatorialHilbert implements the Bounded/Unbounded, Combinatorial l2 Rd Spaces.
    class  RdHilbert
    RdHilbert implements the Bounded/Unbounded, Continuous l2 Rd Spaces.
  • Uses of GeneralizedVector in org.drip.spaces.tensor

    Subinterfaces of GeneralizedVector in org.drip.spaces.tensor
    Modifier and Type Interface Description
    interface  R1GeneralizedVector
    R1GeneralizedVector exposes the basic Properties of the General R1 Vector Space.
    interface  RdGeneralizedVector
    RdGeneralizedVector exposes the basic Properties of the Generalized Rd Vector Space.
    Classes in org.drip.spaces.tensor that implement GeneralizedVector
    Modifier and Type Class Description
    class  BinaryBooleanVector
    BinaryBooleanVector implements the normed/non-normed Binary/Boolean Combinatorial Vector Spaces.
    class  R1CombinatorialVector
    R1CombinatorialVector exposes the normed/non-normed Discrete Spaces with R1 Combinatorial Vector Elements.
    class  R1ContinuousVector
    R1ContinuousVector exposes the Normed/non-normed, Bounded/Unbounded Continuous R1 Vector Spaces with Real-valued Elements.
    class  RdAggregate
    RdAggregate exposes the basic Properties of the Rd as a Sectional Super-position of R1 Vector Spaces.
    class  RdCombinatorialVector
    RdCombinatorialVector exposes the Normed/Non-normed Discrete Spaces with Rd Combinatorial Vector Elements.
    class  RdContinuousVector
    RdContinuousVector implements the Normed/non-normed, Bounded/Unbounded Continuous Rd Vector Spaces.
    Methods in org.drip.spaces.tensor with parameters of type GeneralizedVector
    Modifier and Type Method Description
    boolean GeneralizedVector.match​(GeneralizedVector generalizedVectorOther)
    Compare against the "Other" Generalized Vector Space
    boolean R1CombinatorialVector.match​(GeneralizedVector generalizedVectorOther)
    Compare against the "Other" Generalized Vector Space
    boolean R1ContinuousVector.match​(GeneralizedVector generalizedVectorOther)
    Compare against the "Other" Generalized Vector Space
    boolean RdAggregate.match​(GeneralizedVector generalizedVectorOther)
    Compare against the "Other" Generalized Vector Space
    boolean GeneralizedVector.subset​(GeneralizedVector generalizedVectorOther)
    Indicate if the "Other" Generalized Vector Space is a Subset of "this"
    boolean R1CombinatorialVector.subset​(GeneralizedVector generalizedVectorOther)
    Indicate if the "Other" Generalized Vector Space is a Subset of "this"
    boolean R1ContinuousVector.subset​(GeneralizedVector generalizedVectorOther)
    Indicate if the "Other" Generalized Vector Space is a Subset of "this"
    boolean RdAggregate.subset​(GeneralizedVector generalizedVectorOther)
    Indicate if the "Other" Generalized Vector Space is a Subset of "this"