9#ifndef ODP_MATRIX_WRAPPER_HPP
10#define ODP_MATRIX_WRAPPER_HPP
14#error This is a C++ include file and cannot be used from plain C
This class extends the odp::Matrix class adding the constructor to create the CPL matrix from a buffe...
Definition matrixWrapper.hpp:31
MatrixWrapper()
Class constructor.
Definition matrixWrapper.cpp:15
virtual ~MatrixWrapper()
Class destructor.
Definition matrixWrapper.cpp:40
This class is C++ wrapper for a CPL matrix object. It provides a simplified interface that allows to ...
Definition matrix.hpp:39
Matrix class header file.