With this PR a dtype can be specified for the return of the MAPTensor, BSBCTensor, and BSCTensor. The computation of the similarity value is also performed in this dtype. One therefore has to be careful not to make the precision too low to avoid overflows. This PR closes #158 .
Checklist
[ ] I added/updated documentation for the changes.
Description
With this PR a dtype can be specified for the return of the
MAPTensor
,BSBCTensor
, andBSCTensor
. The computation of the similarity value is also performed in this dtype. One therefore has to be careful not to make the precision too low to avoid overflows. This PR closes #158 .Checklist