contains the definition of a Matrix type More...
#include <cstdlib>#include <cstring>#include <yarp/os/Portable.h>#include <yarp/sig/Vector.h>#include <yarp/os/ManagedBytes.h>
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | yarp::sig::Matrix |
| A class for a Matrix. More... | |
Namespaces | |
| yarp | |
| The main, catch-all namespace for YARP. | |
| yarp::sig | |
| Signal processing. | |
Functions | |
| bool | yarp::sig::submatrix (const Matrix &in, Matrix &out, size_t r1, size_t r2, size_t c1, size_t c2) |
| bool | yarp::sig::removeCols (const Matrix &in, Matrix &out, size_t first_col, size_t how_many) |
| bool | yarp::sig::removeRows (const Matrix &in, Matrix &out, size_t first_row, size_t how_many) |
contains the definition of a Matrix type
Definition in file Matrix.h.