|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inlinestatic |
Extract native-typed column spans from any Eigen matrix.
Returns one span per column in T::Scalar, aliasing the matrix's own storage via Eigen::Map. The matrix must outlive the returned spans.
| EigenMatrix | Any Eigen matrix type. T::Scalar is the native type. |
| matrix | Source matrix. |
Definition at line 248 of file OperationHelper.hpp.