TensorStore
tensorstore::GetAffineTransformRange[OptionallyImplicitIndexInterval]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
            • Constructors
            • Accessors
            • Friend functions
            • Related Functions
              • FHull
              • FIntersect
              • FIntersectPreferringExplicit
              • FMergeOptionallyImplicitIndexIntervals
              • FExtractHalfOpenStridedSlice
              • FExtractClosedStridedSlice
              • FExtractSizedStridedSlice
              • FExtractStridedSlice
              • FComputeStridedSliceMap
              • FGetAffineTransformRange
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
          • VIsIndexArray
          • CDimExpression
          • Alignment
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/index_interval.h"
    Result<OptionallyImplicitIndexInterval>
    tensorstore::GetAffineTransformRange(
        
    OptionallyImplicitIndexInterval interval,
        
    Index offset,
        
    Index multiplier);

    Same as above, but also propagates interval.implicit_lower() and interval.implicit_upper() to the output space.

    Back to top
    Previous tensorstore::ComputeStridedSliceMap
    Next tensorstore::IndexDomainDimension