Searched refs:fillrand (Results 1 - 3 of 3) sorted by last modified time

/external/eigen/Eigen/src/SparseCore/
H A DSparseVector.h310 EIGEN_DEPRECATED Scalar& fillrand(Index r, Index c) function in class:Eigen::SparseVector
313 return fillrand(IsColVector ? r : c);
317 EIGEN_DEPRECATED Scalar& fillrand(Index i) function in class:Eigen::SparseVector
/external/eigen/test/eigen2/
H A Deigen2_sparse_basic.cpp165 // test fillrand
177 m2.fillrand(i,j) = m1(i,j) = ei_random<Scalar>();
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h295 * \see fillrand(), coeffRef()
309 EIGEN_DEPRECATED Scalar& fillrand(Index row, Index col)

Completed in 211 milliseconds