• Slang Standard Library Reference
    • Interfaces
    • Types
      • Buffer types
      • Math types
      • Miscelaneous types
      • Ray-tracing
      • Sampler types
      • Scalar types
      • Stage IO types
      • Texture types
      • Array
      • Atomic
      • AtomicAdd
      • ConstantBuffer
      • CoopMat
        • add
        • copyFrom
        • div
        • equals
        • fill
        • getColumnCount
        • getCount
        • getLength
        • getRowCount
        • init
        • lessThan
        • lessThanOrEquals
        • load
        • loadAny
        • mod
        • mul
        • neg
        • store
        • storeAny
        • sub
        • subscript
      • CoopMatMatrixLayout
      • CoopMatMatrixOperands
      • CoopMatMatrixUse
      • CoopMatScope
      • CoopVec
      • CoopVecComponentType
      • CoopVecMatrixLayout
      • DescriptorAccess
      • DescriptorHandle
      • DescriptorKind
      • DiffTensorView
      • DifferentialPair
      • DifferentialPtrPair
      • DispatchNodeInputRecord
      • NodePayloadPtr
      • NullDifferential
      • Optional
      • ParameterBlock
      • Ptr
      • String
      • TensorView
      • TorchTensor
      • Tuple
      • _AttributeTargets
      • int8_t4_packed
      • uint8_t4_packed
    • Attributes
    • Global Declarations

CoopMat<T, S:CoopMatScope, M:int, N:int, R:CoopMatMatrixUse>.getCount

Description

Signature

int CoopMat<T, S:CoopMatScope, M:int, N:int, R:CoopMatMatrixUse>.getCount()
    where T : __BuiltinArithmeticType;