functionalize checks
Closed this issue · 1 comments
derekbeaton commented
The same checks are performed in geigen(), gsvd(), and gplssvd() (sometimes also multiple times in each). These should be turned into functions and put into utils.R
derekbeaton commented
it's easier to leave them in the function as is because they make changes to items needed within the function. adding new functions requires passing items back and forth which we don't need