|
candlewick 0.10.0-4-g76c0
A tiny cross-platform renderer based on SDL3
|
Namespaces | |
| namespace | detail |
Classes | |
| struct | ArrayMessage |
| Message for intermediate representation of a vector or matrix. More... | |
Functions | |
| msgpack::object_handle | get_handle_from_zmq_msg (zmq::message_t &&msg) |
| Convert a ZMQ message (by move) to to a msgpack object. | |
| template<typename MatrixType> | |
| Eigen::Map< MatrixType > | get_eigen_view_from_spec (ArrayMessage &spec) |
| Convert ArrayMessage to a mutable Eigen::Matrix view. | |
| template<typename MatrixType> | |
| Eigen::Map< const MatrixType > | get_eigen_view_from_spec (const ArrayMessage &spec) |
| Convert ArrayMessage to a mutable Eigen::Matrix view. | |
| Eigen::Map< MatrixType > candlewick::runtime::get_eigen_view_from_spec | ( | ArrayMessage & | spec | ) |
Convert ArrayMessage to a mutable Eigen::Matrix view.
| Eigen::Map< const MatrixType > candlewick::runtime::get_eigen_view_from_spec | ( | const ArrayMessage & | spec | ) |
Convert ArrayMessage to a mutable Eigen::Matrix view.
|
inline |
Convert a ZMQ message (by move) to to a msgpack object.