Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/LinearAlgebra/Vector.hpp

    r57f243 ra439e5  
    6363  std::pair<Vector,Vector> partition(const Vector&) const;
    6464  std::pair<pointset,Vector> partition(const pointset&) const;
     65  size_t GreatestComponent() const;
     66  size_t SmallestComponent() const;
    6567
    6668  // Accessors ussually come in pairs... and sometimes even more than that
Note: See TracChangeset for help on using the changeset viewer.