irlba
irlba copied to clipboard
complex case is not possible with custom multiplication
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?