Uses of Interface
org.drip.spaces.tensor.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 GeneralizedVectorGeneralizedValidatedVector. 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 interfaceGeneralizedMetricVectorSpaceGeneralizedMetricVectorSpace exposes the basic Properties of the General Normed Metric Vector Space.interfaceR1NormedR1Normed Abstract Class implements the Normed, Bounded/Unbounded Continuous/Combinatorial lp Rd Spaces.interfaceRdNormedRdNormed 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 classR1CombinatorialR1Combinatorial implements the Normed, Bounded/Unbounded Combinatorial lp Rd Spaces.classR1CombinatorialBallR1CombinatorialBall extends the Combinatorial R1 Banach Space by enforcing the Closed Bounded Metric.classR1ContinuousR1Continuous implements the Normed, Bounded/Unbounded Continuous lp R1 Spaces.classR1ContinuousBallR1ContinuousBall extends the Continuous R1 Banach Space by enforcing the Closed Bounded Metric.classRdCombinatorialBallRdCombinatorialBall extends the Combinatorial Rd Banach Space by enforcing the Closed Bounded Metric.classRdCombinatorialBanachRdCombinatorialBanach implements the Bounded/Unbounded Combinatorial lp Rd Spaces.classRdCombinatorialHilbertRdCombinatorialHilbert implements the Bounded/Unbounded, Combinatorial l2 Rd Spaces.classRdContinuousBallRdContinuousBall extends the Continuous Rd Banach Space by enforcing the Closed Bounded Metric.classRdContinuousBanachRdContinuousBanach implements the Normed, Bounded/Unbounded Continuous lp Rd Spaces.classRdContinuousHilbertRdContinuousHilbert 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 interfaceR1GeneralizedVectorR1GeneralizedVector exposes the basic Properties of the General R1 Vector Space.interfaceRdGeneralizedVectorRdGeneralizedVector exposes the basic Properties of the Generalized Rd Vector Space.Classes in org.drip.spaces.tensor that implement GeneralizedVector Modifier and Type Class Description classBinaryBooleanVectorBinaryBooleanVector implements the normed/non-normed Binary/Boolean Combinatorial Vector Spaces.classR1CombinatorialVectorR1CombinatorialVector exposes the normed/non-normed Discrete Spaces with R1 Combinatorial Vector Elements.classR1ContinuousVectorR1ContinuousVector exposes the Normed/non-normed, Bounded/Unbounded Continuous R1 Vector Spaces with Real-valued Elements.classRdAggregateRdAggregate exposes the basic Properties of the Rd as a Sectional Super-position of R1 Vector Spaces.classRdCombinatorialVectorRdCombinatorialVector exposes the Normed/Non-normed Discrete Spaces with Rd Combinatorial Vector Elements.classRdContinuousVectorRdContinuousVector 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 booleanGeneralizedVector. match(GeneralizedVector generalizedVectorOther)Compare against the "Other" Generalized Vector SpacebooleanR1CombinatorialVector. match(GeneralizedVector generalizedVectorOther)Compare against the "Other" Generalized Vector SpacebooleanR1ContinuousVector. match(GeneralizedVector generalizedVectorOther)Compare against the "Other" Generalized Vector SpacebooleanRdAggregate. match(GeneralizedVector generalizedVectorOther)Compare against the "Other" Generalized Vector SpacebooleanGeneralizedVector. subset(GeneralizedVector generalizedVectorOther)Indicate if the "Other" Generalized Vector Space is a Subset of "this"booleanR1CombinatorialVector. subset(GeneralizedVector generalizedVectorOther)Indicate if the "Other" Generalized Vector Space is a Subset of "this"booleanR1ContinuousVector. subset(GeneralizedVector generalizedVectorOther)Indicate if the "Other" Generalized Vector Space is a Subset of "this"booleanRdAggregate. subset(GeneralizedVector generalizedVectorOther)Indicate if the "Other" Generalized Vector Space is a Subset of "this"