irlba icon indicating copy to clipboard operation
irlba copied to clipboard

complex case is not possible with custom multiplication

Open asl opened this issue 1 year ago • 0 comments

The check for complex case is done via is.complex built-in. This returns FALSE for custom matrix types and therefore one would need to pass full matrix in order to enable complex case. Maybe some additional option to force complex case could be added?

asl avatar Sep 03 '24 21:09 asl