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

◆ get_expected_rows()

constexpr Eigen::Index MayaFlux::Kakshya::EigenInsertion::get_expected_rows ( MatrixInterpretation  interp)
staticconstexprprivate

Definition at line 10 of file EigenInsertion.cpp.

11{
12 switch (interp) {
14 return 1;
17 return 2;
19 return 3;
21 return 4;
23 return 16;
25 return -1;
26 }
27 return -1;
28}
@ MAT4
16 rows → glm::mat4 (flattened)
@ SCALAR
Single row → scalar values.
@ COMPLEX
2 rows → complex (row 0 = real, row 1 = imag)

References MayaFlux::Kakshya::AUTO, MayaFlux::Kakshya::COMPLEX, MayaFlux::Kakshya::MAT4, MayaFlux::Kakshya::SCALAR, MayaFlux::Kakshya::VEC2, MayaFlux::Kakshya::VEC3, and MayaFlux::Kakshya::VEC4.

Referenced by validate_matrix_dimensions().

+ Here is the caller graph for this function: