Skip to content

class expression_traits<expression_linspace<T, truncated>> expressions

template <typename T, bool truncated>
struct expression_traits<expression_linspace<T, truncated>> : expression_traits_defaults { … }

typedef value_type

using value_type             = T

Defined at base/basic_expressions.hpp:721

variable dims

constexpr static size_t dims = 1

Defined at base/basic_expressions.hpp:722

function get_shape(const expression_linspace<T, truncated> &)

constexpr static shape<dims> get_shape(const expression_linspace<T, truncated>& self) { … }

Defined at base/basic_expressions.hpp:724

function get_shape()

constexpr static shape<dims> get_shape() { … }

Defined at base/basic_expressions.hpp:728

Defined at base/basic_expressions.hpp:719