Home
last modified time | relevance | path

Searched refs:SM_ab2 (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dkronecker_product.cpp131 SparseMatrix<double,RowMajor> SM_ab2 = kroneckerProduct(SM_a,DM_b); in test_kronecker_product() local
132 CALL_SUBTEST(check_kronecker_product(SM_ab2)); in test_kronecker_product()
139 SM_ab2.setZero(); in test_kronecker_product()
140 SM_ab2.insert(0,0)=37.0; in test_kronecker_product()
141 SM_ab2 = kroneckerProduct(DM_a,SM_b); in test_kronecker_product()
142 CALL_SUBTEST(check_kronecker_product(SM_ab2)); in test_kronecker_product()
149 SM_ab2.resize(5,11); in test_kronecker_product()
150 SM_ab2.insert(0,0)=37.0; in test_kronecker_product()
151 SM_ab2 = kroneckerProduct(SM_a,SM_b); in test_kronecker_product()
152 CALL_SUBTEST(check_kronecker_product(SM_ab2)); in test_kronecker_product()