Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/LinearAlgebra/Line.hpp

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