Lines Matching defs:depth
44 const Index depth = internal::random<Index>(1,n);
60 DenseMatrix refMat2 = DenseMatrix::Zero(rows, depth);
61 DenseMatrix refMat2t = DenseMatrix::Zero(depth, rows);
62 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols);
63 DenseMatrix refMat3t = DenseMatrix::Zero(cols, depth);
66 DenseMatrix refMat5 = DenseMatrix::Random(depth, cols);
70 SparseMatrixType m2 (rows, depth);
71 SparseMatrixType m2t(depth, rows);
72 SparseMatrixType m3 (depth, cols);
73 SparseMatrixType m3t(cols, depth);
85 // int c = internal::random<int>(0,depth-1);
131 RowSpVector rv0(depth), rv1;
132 RowDenseVector drv0(depth), drv1(rv1);