Home | History | Annotate | Download | only in test

Lines Matching refs:depth

42   const Index depth = internal::random<int>(1,n);
55 DenseMatrix refMat2 = DenseMatrix::Zero(rows, depth);
56 DenseMatrix refMat2t = DenseMatrix::Zero(depth, rows);
57 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols);
58 DenseMatrix refMat3t = DenseMatrix::Zero(cols, depth);
61 DenseMatrix refMat5 = DenseMatrix::Random(depth, cols);
65 SparseMatrixType m2 (rows, depth);
66 SparseMatrixType m2t(depth, rows);
67 SparseMatrixType m3 (depth, cols);
68 SparseMatrixType m3t(cols, depth);
80 // int c = internal::random<int>(0,depth-1);