Home | History | Annotate | Download | only in test

Lines Matching refs:refMat

58            Matrix<Scalar,Dynamic,Dynamic,Opt1>& refMat,
66 //sparseMat.reserve(int(refMat.rows()*refMat.cols()*density));
67 sparseMat.reserve(VectorXi::Constant(IsRowMajor ? refMat.rows() : refMat.cols(), int((1.5*density)*(IsRowMajor?refMat.cols():refMat.rows()))));
102 refMat(ai,aj) = v;
110 Matrix<Scalar,Dynamic,Dynamic, Opt1>& refMat,
118 sparseMat.reserve(int(refMat.rows()*refMat.cols()*density));
151 refMat(ai,aj) = v;