Sparse Matrix Multiplication

User: "rodolfobibiano"
New Altair Community Member
Updated by rodolfobibiano

Is there any specific method to multiply sparse matrices in Compose?

I've tried to use the array '.*' and the matrix '*' operator and in both cases the same message appears 'Error: unsuported  operation...'.

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "robertavarela"
    New Altair Community Member
    Updated by robertavarela

    Sparse*sparse multiplication is not yet supported but will be in v2020 (using both operators).

     

    Regards,

     

    Roberta

    User: "rodolfobibiano"
    New Altair Community Member
    OP
    Updated by rodolfobibiano

    Ok, thank you!

     

    I'll try another approach

    User: "L Moretti"
    New Altair Community Member
    Updated by L Moretti

    Hello Rodolfo,

     

    Can you tell us how big and 'sparse' are your matrices? And what is your application?

     

    Thanks,

     

    Lorenzo

    User: "rodolfobibiano"
    New Altair Community Member
    OP
    Updated by rodolfobibiano

    Hello Rodolfo,

     

    Can you tell us how big and 'sparse' are your matrices? And what is your application?

     

    Thanks,

     

    Lorenzo

    I need to execute the multiplication of 3 sparse matrices (12x12 each). Two of them has 36 non zero elements and the other one has 40 non zero elements.