Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110332940
test_common.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Apr 25, 20:25
Size
332 B
Mime Type
text/x-c
Expires
Sun, Apr 27, 20:25 (2 d)
Engine
blob
Format
Raw Data
Handle
25751541
Attached To
rAKA akantu
test_common.cc
View Options
#include <pybind11/pybind11.h>
#include <aka_array.hh>
namespace py = pybind11;
using namespace akantu;
PYBIND11_MODULE(py11_akantu_test_common, mod) {
mod.doc() = "Akantu Test function for common ";
Array<Real> data{1000, 3};
mod.def("getData", [&data]() -> Array<Real>& { return data; });
} // Module akantu_test_common
Event Timeline
Log In to Comment