- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hello,
I have a matrix previously in column major which I prefer to move now to row major since it became a hotspot and the hardcore of the computation is done along its rows and not along its columns i.e. improved locality.
However, I also need to ocasionally delete and append columns to this matrix and in row major is clearly an inconvenience. How can I append/delete columns from a matrix in row major using MKL in the fastest way? :)
Many TIA,
Best regards,
Giovanni
I have a matrix previously in column major which I prefer to move now to row major since it became a hotspot and the hardcore of the computation is done along its rows and not along its columns i.e. improved locality.
However, I also need to ocasionally delete and append columns to this matrix and in row major is clearly an inconvenience. How can I append/delete columns from a matrix in row major using MKL in the fastest way? :)
Many TIA,
Best regards,
Giovanni
Link copiado
1 Responder
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
there are no similar functionality available in MKL. i believe you can do it by many ways - one of them, as an example - to use vector :: insert from STL

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora