|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::Kakshya::EigenAccess::view_as_matrix | ( | Eigen::Index | rows | ) | const -> std::optional<Eigen::Map<const Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor>>> |
Get zero-copy matrix view with explicit row count.
| Scalar | Element type (double or float) |
| rows | Number of rows in matrix interpretation |
Returns std::nullopt if:
Example: vector<double> with 12 elements, rows=3 → 3x4 matrix
Definition at line 312 of file EigenAccess.hpp.