Forum: Legacy and Other Languages Sep 15th, 2007 |
| Replies: 0 Views: 2,453 Hi all,
I'm trying to implement the QR method for solving the linear system Ax = b. The QR factorization is achieved using Householder method.
The main function is
function x = lin_solve(A,b)... |
Forum: C Feb 24th, 2005 |
| Replies: 1 Views: 7,609 Hi all,
I am just learning DMA, and am supposed to write 2 functions utilizing the offset technique, such that a 2-D array starts and ends the index of each dimension as the user specifies.
... |