TypeMat¶
- class dsviper.TypeMat(numeric_type, columns, rows)¶
Bases:
objectA class used to represent a mat<numeric_type, columns, rows> type.
- columns() int¶
Return the number of columns.
- element_type() _NumericTypes¶
Return the element type.
- elements_type() TypeVector¶
Return the type for elements.
- rows() int¶
Return the number of rows.
- type_code() str¶
Return the type code.