Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dkronecker_product.cpp99 MatrixXd DM_b(3,2); in test_kronecker_product() local
101 SM_b.insert(0,0) = DM_b.coeffRef(0,0) = 0.9004440976767099; in test_kronecker_product()
102 SM_b.insert(0,1) = DM_b.coeffRef(0,1) = -0.2368830858139832; in test_kronecker_product()
103 SM_b.insert(1,0) = DM_b.coeffRef(1,0) = -0.9311078389941825; in test_kronecker_product()
104 SM_b.insert(1,1) = DM_b.coeffRef(1,1) = 0.5310335762980047; in test_kronecker_product()
105 SM_b.insert(2,0) = DM_b.coeffRef(2,0) = -0.1225112806872035; in test_kronecker_product()
106 SM_b.insert(2,1) = DM_b.coeffRef(2,1) = 0.5903998022741264; in test_kronecker_product()
111 Matrix<double, 6, 6> DM_fix_ab = kroneckerProduct(DM_a.topLeftCorner<2,3>(),DM_b); in test_kronecker_product()
114 CALL_SUBTEST(check_kronecker_product(kroneckerProduct(DM_a.topLeftCorner<2,3>(),DM_b))); in test_kronecker_product()
118 VERIFY_IS_APPROX(kroneckerProduct(DM_a,DM_b).coeff(i,j), DM_fix_ab(i,j)); in test_kronecker_product()
[all …]