OpenTTD
|
Simple matrix class that allows allocating an item without the need to copy this->data needlessly. More...
Go to the source code of this file.
Data Structures | |
class | SmallMatrix< T > |
Simple matrix template class. More... |
Simple matrix class that allows allocating an item without the need to copy this->data needlessly.
Definition in file smallmatrix_type.hpp.