Searched refs:factorization (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/flyweight/test/ |
D | heavy_objects.hpp | 58 struct factorization:private boost::noncopyable struct 60 factorization(int n_=0):n(n_){} in factorization() argument 63 const factorization& x,const factorization& y){return x.n==y.n;} in operator ==() 65 const factorization& x,const factorization& y){return x.n< y.n;} in operator <() 67 const factorization& x,const factorization& y){return x.n!=y.n;} in operator !=() 69 const factorization& x,const factorization& y){return x.n> y.n;} in operator >() 71 const factorization& x,const factorization& y){return x.n>=y.n;} in operator >=() 73 const factorization& x,const factorization& y){return x.n<=y.n;} in operator <=() 75 friend std::ostream& operator<<(std::ostream& os,const factorization& x) in operator <<() 80 friend std::istream& operator>>(std::istream& is,factorization& x) in operator >>()
|
D | test_basic_template.hpp | 256 boost::flyweights::key_value<int,factorization> in test_basic_template()
|
/third_party/python/Objects/stringlib/ |
D | stringlib_find_two_way_notes.txt | 183 This is exactly the content of the *critical factorization theorem*: 335 (1) Choose a "critical factorization" of the needle -- a cut 391 critical factorization less than the period, but a very brief sketch 403 marks, we have a critical factorization. 405 but the factorization is nonetheless critical. Here's where
|
/third_party/ffmpeg/libavfilter/ |
D | af_adeclick.c | 300 static int factorization(double *matrix, int n) in factorization() function 337 ret = factorization(matrix, n); in do_interpolation()
|
/third_party/boost/libs/math/doc/internals/ |
D | polynomial.qbk | 157 and over a unique factorization domain (integers).
|
/third_party/boost/libs/graph/doc/ |
D | minimum_degree_ordering.w | 28 factorization. Reordering the rows of a matrix can have a dramatic
|
/third_party/boost/libs/math/doc/statistics/ |
D | signal_statistics.qbk | 205 * Hoyer, Patrik O. ['Non-negative matrix factorization with sparseness constraints.], Journal of ma…
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 571 Number of passes to use for Cholesky factorization during LPC analysis
|
/third_party/mindspore/ |
D | RELEASE.md | 2916 - DeepFM: a factorization-machine based neural network for CTR prediction on Criteo dataset.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 122319 Maybe some factorization is needed about compilation shader
|