Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dkronecker_product.cpp195 SparseMatrix<float,RowMajor> sC2; in test_kronecker_product() local
216 sC2 = kroneckerProduct(sA,sB); in test_kronecker_product()
218 VERIFY_IS_APPROX(MatrixXf(sC2),dC); in test_kronecker_product()
220 sC2 = kroneckerProduct(dA,sB); in test_kronecker_product()
222 VERIFY_IS_APPROX(MatrixXf(sC2),dC); in test_kronecker_product()
224 sC2 = kroneckerProduct(sA,dB); in test_kronecker_product()
226 VERIFY_IS_APPROX(MatrixXf(sC2),dC); in test_kronecker_product()
228 sC2 = kroneckerProduct(2*sA,sB); in test_kronecker_product()
230 VERIFY_IS_APPROX(MatrixXf(sC2),dC); in test_kronecker_product()