Searched defs:RandomSetter (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h17 * \see RandomSetter
45 * \see RandomSetter
62 * \see RandomSetter
80 * \see RandomSetter
94 /** \class RandomSetter
96 * \brief The RandomSetter is a wrapper object allowing to set/update a sparse matrix with random access
106 * in the RandomSetter constructor, while the sparse matrix is updated back at destruction time. This strategy
112 * RandomSetter<SparseMatrix<double> > w(m);
122 * involve a big and costly sort to update the compressed matrix back. To overcome this issue, a RandomSetter
154 class RandomSetter class in namespace:Eigen
181 inline RandomSetter(SparseMatrixType& target) function in class:Eigen::RandomSetter
[all...]

Completed in 1233 milliseconds