Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Points ¶
type Points struct {
// contains filtered or unexported fields
}
Points is a basket of point singularities (a slice of points)
func Fano3Basket ¶
Fano3Basket is a standard basket constructor for the fano3 db. The input is a pair of parallel slices R = [r1,r2,...] and A = [a1,a2,...]. Return the basket [[r1,a1],[r2,a2],...].
func New ¶
func New(b singularity.PointSlice) *Points
New creates a basket from a point slice WHICH IT SORTS
func (*Points) Entry ¶
func (B *Points) Entry(i int) *singularity.Point
Entry returns the ith entry of basket B
func (*Points) Include ¶
func (B *Points) Include(p ...*singularity.Point) *Points
Include adds the given point to the basket
Click to show internal directories.
Click to hide internal directories.