mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add unit tests for CG and sparse-LLT for long int as storage-index
This commit is contained in:
@@ -26,6 +26,6 @@ template<typename T, typename I> void test_bicgstab_T()
|
||||
void test_bicgstab()
|
||||
{
|
||||
CALL_SUBTEST_1((test_bicgstab_T<double,int>()) );
|
||||
CALL_SUBTEST_1((test_bicgstab_T<double,long int>()));
|
||||
CALL_SUBTEST_2((test_bicgstab_T<std::complex<double>, int>()));
|
||||
CALL_SUBTEST_3((test_bicgstab_T<double,long int>()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user