mulSpectrums when one or the inputs is SparseMat
Is there a method equivalent to mulSpectrums, when one of the input matrices (or the two) is sparse?
Is there a method equivalent to mulSpectrums, when one of the input matrices (or the two) is sparse?
Asked: 2016-01-29 05:53:02 -0600
Seen: 86 times
Last updated: Jan 29 '16
one Sparse and the other not, is a type missmatch, so you need to convert one of the 2 and then maybe the output too.