cmu-sei / gbtl

GraphBLAS Template Library (GBTL): C++ graph algorithms and primitives using semiring algebra as defined at graphblas.org
Other
132 stars 21 forks source link

new API naming convention (from gitlab) #14

Closed paldar closed 4 years ago

paldar commented 8 years ago

After the GraphBLAS API call of 2 October we have new more explicit C++ naming standards: The namespace: GraphBLAS API operations: will be 'camelCase' except for matrix multiplies as follows: buildMatrix, mXm, extractTuples In addition an mxm_demo.cpp must be written (adapt mxm_test.cpp) and use the specific values from the homework assignment. This will need to committed to the API bitbucket repo.

mcmillan03 commented 4 years ago

Closing. OBE