MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ slot_map_mut()

Eigen::Map< Eigen::ArrayXf > MayaFlux::Kinesis::Vision::VisionExecutor::slot_map_mut ( size_t  i,
Eigen::Index  n 
)
inlineprivatenoexcept

Zero-copy mutable Eigen::Map<ArrayXf> over slot i.

Definition at line 196 of file VisionExecutor.hpp.

197 {
198 return { slot_vec(i).data(), n };
199 }
std::vector< float > & slot_vec(size_t i) noexcept
Mutable reference to the vector<float> inside slot i.

Referenced by run().

+ Here is the caller graph for this function: