/* * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved * Univ Paris Sud XI, CNRS */ #undef zero_type_matrix #define zero_type_matrix(t) \ void short_name(t,zero_,matrix)(t ** m, int32_t nrl, int32_t nrh, int32_t ncl, int32_t nch); zero_type_matrix(si16Point); zero_type_matrix(ui16Point); zero_type_matrix(si32Point); zero_type_matrix(ui32Point); zero_type_matrix(f32Point); zero_type_matrix(si16Triplet); zero_type_matrix(ui16Triplet); zero_type_matrix(si32Triplet); zero_type_matrix(ui32Triplet); zero_type_matrix(f32Triplet); // Local Variables: // tab-width: 4 // c-basic-offset: 4 // c-file-offsets:((innamespace . 0)(inline-open . 0)) // indent-tabs-mode: nil // End: // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4