Go to the source code of this file.
|
template<class Parent > |
auto | bc::tensors::exprs::make_row (Parent &parent, bc::size_t index) |
|
template<class Parent > |
auto | bc::tensors::exprs::make_diagnol (Parent &parent, bc::size_t diagnol_index) |
|
template<class Parent , class ShapeLike , class = std::enable_if_t<Parent::tensor_dim != 1>> |
auto | bc::tensors::exprs::make_chunk (Parent &parent, bc::Dim< Parent::tensor_dim > index_points, ShapeLike shape) |
|
template<class Parent , class ShapeLike , class = std::enable_if_t<Parent::tensor_dim == 1>> |
auto | bc::tensors::exprs::make_chunk (Parent &parent, bc::Dim< 1 > index_points, ShapeLike shape) |
|