3 #ifndef VISR_MAXMSPEXTERNALS_MATRIX_CONVOLVER_INIT_FILTER_MATRIX_HPP_INCLUDED 4 #define VISR_MAXMSPEXTERNALS_MATRIX_CONVOLVER_INIT_FILTER_MATRIX_HPP_INCLUDED 14 template<
typename DataType >
24 namespace matrix_convolver
42 template<
typename DataType >
44 std::size_t maxFilterLength,
45 std::size_t maxFilterEntries,
46 rbbl::IndexSequence
const & indexOffsets,
47 efl::BasicMatrix<DataType> & matrix );
53 #endif // #ifndef VISR_MAXMSPEXTERNALS_MATRIX_CONVOLVER_INIT_FILTER_MATRIX_HPP_INCLUDED void initFilterMatrix(std::string const &filterList, std::size_t maxFilterLength, std::size_t maxFilterEntries, rbbl::IndexSequence const &indexOffsets, efl::BasicMatrix< DataType > &matrix)
Definition: init_filter_matrix.cpp:52
Definition: options.cpp:10