![]() |
Blitz Support : |
From: Jack Cawkwell (J.Cawkwell_at_[hidden])
Date: 2004-04-25 16:39:01
Hello,
I am new to Blitz++, I hope these are not
stupid questions, I seem to be able to get
stuff to compile and can multiply matricies
using product(M,M).
I also need to multiply 12x12 TinyMatrix by
transpose of TinyMatrix.
Does TinyMatrix have an transpose function,
or a multiply by transpose function. I have
looked into the Blitz++ source and could only
find functions that look like normal multiply.
I am implementing a Kalman filter, and only
need to do M*V , M*M, M*Mt, Mt*M and matrix
inversion; all on upto 12x12 matricies,
and a rather complicated Jacobian calculation.
Thanks, Jack