Home | History | Annotate | Download | only in test

Lines Matching defs:DenseMatrix

37   typedef Matrix<Scalar,Dynamic,Dynamic,SparseMatrixType::IsRowMajor?RowMajor:ColMajor> DenseMatrix;
45 DenseMatrix refMat = DenseMatrix::Zero(rows, cols);
123 DenseMatrix refMat2 = DenseMatrix::Zero(rows, cols);
186 DenseMatrix refMat2 = DenseMatrix::Zero(rows, cols);
219 DenseMatrix refMat2 = DenseMatrix::Zero(rows, cols);
266 DenseMatrix refMat3(rows, cols); refMat3.setZero();