Interface SeparatelySpecified<F extends SeparatelySpecified<F>>

    • Method Detail

      • getSeparatingDomain

        Strides getSeparatingDomain()
        The domain of the separated part. This is usually the conditioning of the Factor. This side must not overlap with the data domain returned by getDataDomain().
        Returns:
      • getDataDomain

        Strides getDataDomain()
        The domain of the rest of the domain. Together with getSeparatingDomain() it will form the complete domain of the object.
        Returns: