- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a matrix
A = [A11 A12;A21 A22];
and I'd like to compute the Schur complement of A11 in A using pardiso: S = A22 - A21 * A11^-1 * A12
. This seems well supported by the PARDISO-SCHUR routine IPARM(38)
.
However, I'm wondering if I can do some prefactorization on A11
so that if I change only A12,A21,A22
then I could compute S
quickly (quicker than just recomputing everything).
Is there an interface to alter part of A
?
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page