• 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
      • CoopVec
      • CoopVecComponentType
      • CoopVecMatrixLayout
      • DescriptorHandle
      • DescriptorKind
      • DiffTensorView
      • DifferentialPair
        • Differential
        • DifferentialElementType
        • d
        • dadd
        • dmul
        • dzero
        • getDifferential
        • getPrimal
        • init
        • p
        • v
      • DifferentialPtrPair
      • DispatchNodeInputRecord
      • NodePayloadPtr
      • NullDifferential
      • Optional
      • ParameterBlock
      • Ptr
      • String
      • TensorView
      • TorchTensor
      • Tuple
      • _AttributeTargets
      • int8_t4_packed
      • uint8_t4_packed
    • Attributes
    • Global Declarations

DifferentialPair<T>.dmul

Description

Signature

static DifferentialPair<T.Differential> DifferentialPair<T>.dmul<U>(
    U a,
    DifferentialPair<T.Differential> b)
    where U : __BuiltinRealType
    where T : IDifferentiable;

Generic Parameters

U: __BuiltinRealType

Parameters

a : U

b : DifferentialPair<T.Differential>