Lines Matching full:matrix
49 /* Initializes both a sparse and dense matrix with same random values,
52 * allowing to control the shape of the matrix.
58 Matrix<Scalar,Dynamic,Dynamic,Opt1>& refMat,
61 std::vector<Matrix<Index,2,1> >* zeroCoords = 0,
62 std::vector<Matrix<Index,2,1> >* nonzeroCoords = 0)
96 nonzeroCoords->push_back(Matrix<Index,2,1> (ai,aj));
100 zeroCoords->push_back(Matrix<Index,2,1> (ai,aj));
110 Matrix<Scalar,Dynamic,Dynamic, Opt1>& refMat,
113 std::vector<Matrix<Index,2,1> >* zeroCoords = 0,
114 std::vector<Matrix<Index,2,1> >* nonzeroCoords = 0)
145 nonzeroCoords->push_back(Matrix<Index,2,1> (ai,aj));
149 zeroCoords->push_back(Matrix<Index,2,1> (ai,aj));
159 Matrix<Scalar,Dynamic,1>& refVec,
183 Matrix<Scalar,1,Dynamic>& refVec,