Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
Matrix< T > Class Template Reference
Class that implements a simple rectangular matrix stored in a memory buffer and provides convenient matrix-like access using the [] operators. More...
#include <matrix.h>
Public Member Functions | |
FLANN_DEPRECATED void | free () |
Convenience function for deallocating the storage data. | |
T * | operator[] (size_t index) const |
Operator that return a (pointer to a) row of the data. |
Detailed Description
template<typename T>
class cvflann::Matrix< T >
Class that implements a simple rectangular matrix stored in a memory buffer and provides convenient matrix-like access using the [] operators.
Definition at line 46 of file matrix.h.
Member Function Documentation
FLANN_DEPRECATED void free | ( | ) |
Generated on Tue Jul 12 2022 18:20:25 by
