We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d2c70 commit b3f7527Copy full SHA for b3f7527
minutes/minutes-2022-09-08.md
@@ -0,0 +1,34 @@
1
+# GraphBLAS C++ Subcommittee Meeting
2
+
3
+## Attendees
4
+- [X] Ben Brock
5
+- [X] Scott McMillan
6
7
+## Agenda
8
9
+- [X] Add way to retrieve version
10
11
+- [X] Multiply, ewise with output parameter
12
13
+- [X] Multiply, ewise for vector, etc.
14
15
+- [ ] Write intro
16
+ * One of the top priorities
17
18
+- [ ] Reduction
19
20
+ * This should be easy to implement, once we settle on an API.
21
+ `std::ranges::reduce(grb::values_view(x));`
22
23
+- [ ] Write tests
24
25
+- [ ] Trace
26
27
+- [ ] Input/output, serialization
28
29
+- [ ] Kronecker product
30
31
+## Minutes
32
33
+### TODOs / Deliverables
34
0 commit comments