#ifndef REMOVEDATAFROMARRAYS_H #define REMOVEDATAFROMARRAYS_H #include "Matrix.h" namespace Recon { Aurora::Matrix removeDataFromArrays(const Aurora::Matrix& aOutPutMatrix, const Aurora::Matrix& aRemoveList); } #endif