Go to the source code of this file.
|
| template<floating_point Real> |
| auto | tatooine::front (linspace< Real > const &l) |
| |
| template<floating_point Real> |
| auto | tatooine::front (linspace< Real > &l) -> auto & |
| |
| template<floating_point Real> |
| auto | tatooine::back (linspace< Real > const &l) |
| |
| template<floating_point Real> |
| auto | tatooine::back (linspace< Real > &l) -> auto & |
| |
| template<arithmetic Real0, arithmetic Real1> |
| | tatooine::linspace (Real0 const, Real1 const, std::size_t const) -> linspace< common_type< Real0, Real1 > > |
| |
| template<floating_point Real> |
| auto | tatooine::operator<< (std::ostream &out, linspace< Real > const &l) -> auto & |
| |
| template<floating_point Real> |
| auto | tatooine::detail::linspace::prev (iterator_sentinel< Real >const &sent) |
| |