Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/LinearAlgebra/Line.hpp

    re0ba10 r57f243  
    1111#include "LinearAlgebra/Space.hpp"
    1212
    13 #include <iosfwd>
    1413#include <memory>
    1514#include <vector>
     
    4645};
    4746
    48 std::ostream & operator << (std::ostream& ost, const Line &m);
    49 
    5047/**
    5148 * Named constructor to make a line through two points
Note: See TracChangeset for help on using the changeset viewer.