Searched defs:refMat3 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/eigen/test/ |
H A D | sparse_basic.cpp | 424 DenseMatrix refMat2(rows, cols), refMat3(rows, cols); in sparse_basic() local 455 DenseMatrix refMat2(rows, cols), refMat3(rows, cols); in sparse_basic() local 492 DenseMatrix refMat2(rows, rows), refMat3(rows, rows); in sparse_basic() local
|
H A D | sparse_block.cpp | 268 DenseMatrix refMat3(rows, cols); refMat3.setZero(); in sparse_block() local
|
H A D | sparse_product.cpp | 60 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols); in sparse_product() local
|