-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTEST_Matrix.txt
More file actions
42 lines (34 loc) · 1.13 KB
/
TEST_Matrix.txt
File metadata and controls
42 lines (34 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Python:
======
- read/write basic types _x_
- read/write write vector types _x_
- read/write vectors of structs _x_
C: C Py CPP
= === === ===
- read/write basic types _x_ _x_ _x_
- read/write write vector types _x_ _x_
- read/write vectors of structs _x_ _x_ _x_
- read/write substructs _x_ _x_
- valgrind ___
TODO:
- init, set array pointers to 0x0
- write props
- read and print utils
- add allocators for vectors
- valgrind
CPP:
===
- read/write basic types _x_
- read/write vector types ___
- read/write vector of structs _x_
- valgrind ___
TODO:
- fix props parser code wrt complex
- props parser flat vectors to flat string
- vector reads w/o for loop
- put python files and c_support in same dir for simplicity
MAT:
===
- read/write basic types ___
- read/write vector types ___
- read/write vector of structs ___