Class RdContinuousHilbert

All Implemented Interfaces:
GeneralizedMetricVectorSpace, RdNormed, GeneralizedVector, RdGeneralizedVector

public class RdContinuousHilbert
extends RdContinuousBanach
RdContinuousHilbert implements the Bounded/Unbounded, Continuous l2 Rd Spaces. The Reference we've used is:

  • Carl, B., and I. Stephani (1990): Entropy, Compactness, and the Approximation of Operators Cambridge University Press Cambridge UK




Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • RdContinuousHilbert

      public RdContinuousHilbert​(R1ContinuousVector[] aR1CV, Rd distRd) throws java.lang.Exception
      RdContinuousHilbert Space Constructor
      Parameters:
      aR1CV - Array of R^1 Continuous Vector Spaces
      distRd - The Multivariate Borel Sigma Measure
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • StandardHilbert

      public static final RdContinuousHilbert StandardHilbert​(int iDimension, Rd distRd)
      Construct the Standard l^2 R^d Hilbert Space Instance
      Parameters:
      iDimension - The Space Dimension
      distRd - The R^d Borel Sigma Measure
      Returns:
      The Standard l^2 R^d Hilbert Space Instance
    • sampleMetricNorm

      public double sampleMetricNorm​(double[] adblX) throws java.lang.Exception
      Description copied from interface: RdNormed
      Compute the Metric Norm of the Sample
      Specified by:
      sampleMetricNorm in interface RdNormed
      Overrides:
      sampleMetricNorm in class RdContinuousBanach
      Parameters:
      adblX - The Sample
      Returns:
      The Metric Norm of the Sample
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid