Lines Matching full:coefficient
24 * random read/write accesses in log(rho*outer_size) where \c rho is the probability that a coefficient is
89 /** \returns the coefficient value at given position \a row, \a col
99 /** \returns a reference to the coefficient value at given position \a row, \a col
100 * This operation involes a log(rho*outer_size) binary search. If the coefficient does not
145 /** \returns a reference to the non zero coefficient at position \a row, \a col assuming that:
147 * - the new coefficient is the last one of the given inner vector.
289 * inserts a nonzero coefficient at given coordinates \a row, \a col and returns its reference assuming that:
290 * 1 - the coefficient does not exist yet
291 * 2 - this the coefficient with greater inner coordinate for the given outer coordinate.
292 * In other words, assuming \c *this is column-major, then there must not exists any nonzero coefficient of coordinates
307 * the coefficient does not exist yet.