The methods of the matrix<T> class are listed here.
![]() | Empty the matrix |
![]() | Resize the matrix, optionally preserving existing values |
![]() | Transpose the matrix along its major diagonal |
![]() | Add a single row to the matrix and populate it |
![]() | Add a single column to the matrix and populate it |
![]() | Returns a reference to an item in the matrix |
![]() | Returns a copy of a complete row |
![]() | Returns a copy of a complete column |
![]() | Searches one row for a value |
![]() | Searches one column for a value |
![]() | Returns a pointer to a contiguous column |
![]() | Populates a vector of column pointers |
Header: matrix.h