Searched defs:mud (Results 1 – 2 of 2) sorted by relevance
27 type mud struct { struct28 sorted, unsorted []edge32 trackMass float6436 trackBucket int39 trackSum float6442 hist [mudDegree]float6460 func (d *mud) add(l, r, area float64) {124 func (d *mud) setTrackMass(mass float64) {149 func (d *mud) approxInvCumulativeSum() (float64, float64, bool) {163 func (d *mud) invCumulativeSum(y float64) (float64, bool) {
506 mud *mud member