Module mzsignal::arrayops

source ·
Expand description

Helper functions and data structures for manipulating array data

Structs§

  • Represent an m/z array and an intensity array with independent “borrowing” statuses using std::borrow::Cow. Adds a few helper methods.

Traits§

Functions§

  • Create an evenly spaced grid from start to end, with step between points
  • Given an unsorted slice, find its minimum and maximum values
  • Trapezoid integration