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

◆ matrix_dimensions()

std::pair< size_t, size_t > MayaFlux::Kakshya::EigenAccess::matrix_dimensions ( ) const

Get matrix dimensions as (rows, cols)

Returns
Pair of (component_count, element_count)

Definition at line 178 of file EigenAccess.cpp.

179{
180 return { component_count(), element_count() };
181}
size_t element_count() const noexcept
Get number of elements (columns in matrix representation)
size_t component_count() const
Get number of components per element (rows in matrix representation)

References component_count(), and element_count().

+ Here is the call graph for this function: