I'm evaluating the MKL for a fastconvolution implementation. Basically I haveone big (800x600) matrix from which I have to cut out small (5x5) sub-matrices which are then further used for multiplication whith a second (fix) matrix.
In the manual I didn't find any function which would allowslicing from an existing matrix. Any hint how MKL can be used for this kind of problem?
Is it possible to access sub-matrices?
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.


