Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-32008: Wrap test_spoke in C++/pybind11 #152

Merged
merged 1 commit into from
Nov 17, 2021
Merged

Commits on Nov 17, 2021

  1. Create C++ inner loop for pessimistic matcher.

    Add pybind layer.
    
    Add pessimistic utils to SConscript and import.
    
    Add testSpokeCC to pessimitic matcher.
    
    Remove call to old _test_spoke method.
    
    Create header and source file.
    
    Move code to source file.
    
    Change to using ndarray.
    
    Add doxygen.
    
    Change function name.
    
    Change input arrays to const&
    
    Switch to eigen operations for cross and dot products.
    
    Update comment around for loop.
    
    Change to double slash.
    
    Change cross product to eigen.
    
    Remove unused ref_ctr_id variable.
    
    Add comment.
    
    Clang fortmating.
    morriscb committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8898f17 View commit details
    Browse the repository at this point in the history