🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "combinatorics"

Found 2 matching component(s)

  • function cartesian_product

    Computes the Cartesian product of multiple 1D arrays, returning expanded array views for each dimension with optional flattening and copying.

    File: /tf/active/vicechatdev/patches/util.py

    cartesian-product numpy array-operations combinatorics grid-generation
  • function cross_index

    Efficiently indexes into a Cartesian product of iterables without materializing the full product, using a linear index to retrieve the corresponding tuple of values.

    File: /tf/active/vicechatdev/patches/util.py

    cartesian-product indexing combinatorics memory-efficient itertools-alternative

Search Examples