mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1149: fix Pastix*::*parm()
This commit is contained in:
@@ -27,6 +27,14 @@ template<typename T> void test_pastix_T()
|
||||
check_sparse_spd_solving(pastix_llt_upper);
|
||||
check_sparse_spd_solving(pastix_ldlt_upper);
|
||||
check_sparse_square_solving(pastix_lu);
|
||||
|
||||
// Some compilation check:
|
||||
pastix_llt_lower.iparm();
|
||||
pastix_llt_lower.dparm();
|
||||
pastix_ldlt_lower.iparm();
|
||||
pastix_ldlt_lower.dparm();
|
||||
pastix_lu.iparm();
|
||||
pastix_lu.dparm();
|
||||
}
|
||||
|
||||
// There is no support for selfadjoint matrices with PaStiX.
|
||||
|
||||
Reference in New Issue
Block a user