awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesBoolean Mask Filtration

Generating views of array elements that satisfy specific logical conditions.

Distinct from Array Element Modifiers: Specifically handles the creation of non-copying views based on boolean logic, unlike general element modification.

Explore 1 awesome GitHub repository matching data & databases · Boolean Mask Filtration. Refine with filters or upvote what's useful.

Awesome Boolean Mask Filtration GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • xtensor-stack/xtensorxtensor-stack का अवतार

    xtensor-stack/xtensor

    3,748GitHub पर देखें↗

    xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp

    Generates one-dimensional views of elements satisfying logical conditions without duplicating data.

    C++c-plus-plus-14multidimensional-arraysnumpy
    GitHub पर देखें↗3,748
  1. Home
  2. Data & Databases
  3. Array Element Modifiers
  4. Boolean Mask Filtration

सब-टैग एक्सप्लोर करें

  • Value-Based IndexingIdentification of element indices that satisfy specific numerical or logical criteria. **Distinct from Boolean Mask Filtration:** Distinct from Boolean Mask Filtration which creates views of the data; this identifies the coordinates/indices of the matching elements.