derekbeaton / GSVD

19 stars 6 forks source link

matrix.* functions #12

Closed derekbeaton closed 4 years ago

derekbeaton commented 4 years ago

I only use the exponent (by way of %^%) in this package... While the others are nice, I'm thinking I should remove them for now and bring them back later as "useful utility features".

derekbeaton commented 4 years ago

aaaand they're gone. I've only retained matrix.exponent (now matrix_exponent) and %^%. I will move them to the utils.R file soon

I've also simplified the matrix_exponent file because it should do 1 thing, not several things

but also it doesn't automatically handle complex matrices. I suppose this is a bit of a draw back but for now I'll document and leave that on the user to ensure they're providing an appropriate matrix