[ojAlgo-user] 2. try: ojalgo newbie needs help
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Andreas R. <a....@tu...> - 2008-04-17 08:26:04
|
Hello all, does someone has example code for matrix calculations? I used the standard JAMA package before and now want to calculate this: Basis are the Matrices A and B 1) CholeskyDecomposition of Matrix A 2) Extract Upper Matrix U from CholeskyDecomposition 3) Transpose the extracted Matrix U and store it in Ut 4) calculate Matrix Ut . C . Ut I would need a clue about what Classes to use and what Methods to call. Thank you! PS: Please apologize if this eMail was send twice. This is my first Post here. |