Sparse Matrix Multiplication

rodolfobibiano
rodolfobibiano New Altair Community Member
edited October 2020 in Community Q&A

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...'.

Tagged:

Answers

  • robertavarela
    robertavarela New Altair Community Member
    edited April 2020

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

     

    Regards,

     

    Roberta

  • rodolfobibiano
    rodolfobibiano New Altair Community Member
    edited April 2020

    Ok, thank you!

     

    I'll try another approach

  • L Moretti
    L Moretti New Altair Community Member
    edited April 2020

    Hello Rodolfo,

     

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

     

    Thanks,

     

    Lorenzo

  • rodolfobibiano
    rodolfobibiano New Altair Community Member
    edited April 2020

    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.