I already know how to multiply two matrices with alglib using rmatrixgemm(see this question ).
Is there a way to calculate a linear combination of two matrices without using this function by setting Bto identity? That would not be very effective.
Alglib provides tons of sophisticated algorithms, but I cannot find such a basic function.
The allowance is here .
source
share