TensorStore
tensorstore::IndexTransform<InputRank, OutputRank, CKind>::Transpose
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
            • Data members
            • Constructors
            • Methods
              • Foperator=
              • FTransformIndices
              • FTranspose
              • FTranspose [permutation]
              • FTransposeOutput
              • FTransposeOutput [permutation]
              • Foperator() [compose]
              • Foperator() [transformable]
            • Accessors
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • Identity transform
            • Bounds propagation
          • 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_space/index_transform.h"
    IndexTransform<InputRank, OutputRank>
    tensorstore::IndexTransform<InputRank, OutputRank, CKind>::Transpose()
       
     const&;
    IndexTransform<InputRank, OutputRank> tensorstore::
        
    IndexTransform<InputRank, OutputRank, CKind>::
    Transpose() &&;

    Returns a new transform with the input dimension order reversed.

    Back to top
    Previous tensorstore::IndexTransform<InputRank, OutputRank, CKind>::TransformIndices
    Next tensorstore::IndexTransform<InputRank, OutputRank, CKind>::Transpose[permutation]