-
- Downloads
Add a simple serialization mechanism.
The `Serializer<T>` class implements a binary serialization that can write to (`serialize`) and read from (`deserialize`) a byte buffer. Also added convenience routines for serializing a list of arguments. This will mainly be for testing, specifically to transfer data to and from the GPU.
Showing
- Eigen/Core 1 addition, 0 deletionsEigen/Core
- Eigen/src/Core/util/Serializer.h 207 additions, 0 deletionsEigen/src/Core/util/Serializer.h
- test/CMakeLists.txt 1 addition, 0 deletionstest/CMakeLists.txt
- test/main.h 25 additions, 0 deletionstest/main.h
- test/serializer.cpp 108 additions, 0 deletionstest/serializer.cpp
Loading
Please register or sign in to comment