Changes in src/LinearAlgebra/Vector.hpp [57f243:a439e5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/LinearAlgebra/Vector.hpp
r57f243 ra439e5 63 63 std::pair<Vector,Vector> partition(const Vector&) const; 64 64 std::pair<pointset,Vector> partition(const pointset&) const; 65 size_t GreatestComponent() const; 66 size_t SmallestComponent() const; 65 67 66 68 // Accessors ussually come in pairs... and sometimes even more than that
Note:
See TracChangeset
for help on using the changeset viewer.