Uses of Interface
org.drip.spaces.tensor.R1GeneralizedVector
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 R1GeneralizedVector in org.drip.spaces.instance
Methods in org.drip.spaces.instance that return R1GeneralizedVector Modifier and Type Method Description R1GeneralizedVector
ValidatedR1. tensorSpaceType()
Constructors in org.drip.spaces.instance with parameters of type R1GeneralizedVector Constructor Description ValidatedR1(R1GeneralizedVector r1GeneralizedVector, double[] instanceArray)
ValidatedR1 Constructor -
Uses of R1GeneralizedVector in org.drip.spaces.metric
Subinterfaces of R1GeneralizedVector in org.drip.spaces.metric Modifier and Type Interface Description interface
R1Normed
R1Normed Abstract Class implements the Normed, Bounded/Unbounded Continuous/Combinatorial lp Rd Spaces.Classes in org.drip.spaces.metric that implement R1GeneralizedVector Modifier and Type Class Description 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
R1Continuous
R1Continuous implements the Normed, Bounded/Unbounded Continuous lp R1 Spaces.class
R1ContinuousBall
R1ContinuousBall extends the Continuous R1 Banach Space by enforcing the Closed Bounded Metric. -
Uses of R1GeneralizedVector in org.drip.spaces.tensor
Classes in org.drip.spaces.tensor that implement R1GeneralizedVector 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.Methods in org.drip.spaces.tensor that return R1GeneralizedVector Modifier and Type Method Description R1GeneralizedVector[]
RdAggregate. vectorSpaces()
Retrieve the Array of the Underlying R1 Vector SpacesR1GeneralizedVector[]
RdGeneralizedVector. vectorSpaces()
Retrieve the Array of the Underlying R1 Vector Spaces