Files
UR/src/common/dataBlockCreation/removeDataFromArrays.h

11 lines
224 B
C
Raw Normal View History

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