Template Struct extract_matrix_dimensions

Template Struct extract_matrix_dimensions#

Struct Documentation#

template<typename T>
struct extract_matrix_dimensions#

Default template for extracting matrix dimensions (defaults to -1 x -1)

Public Static Attributes

static int rows = -1#

Number of rows in the matrix.

static int cols = -1#

Number of cols in the matrix.