Hi! We are looking for a sparse tensor framework just like yours. However we rely on computations on complex numbers and a first attempt with the current taco code didn't quite succeed. I.e. I couldn't do
Tensor<std::complex<double> > A({2,2}, sm);
Is it already possible to define tensors on complex numbers? If not, would this represent a major feature addition (and thus will not be available for some time to come)?
Hi! We are looking for a sparse tensor framework just like yours. However we rely on computations on complex numbers and a first attempt with the current taco code didn't quite succeed. I.e. I couldn't do
Tensor<std::complex<double> > A({2,2}, sm);Is it already possible to define tensors on complex numbers? If not, would this represent a major feature addition (and thus will not be available for some time to come)?