#include <tensor.hpp>
|
template<typename A > |
constexpr | view_2d (tensor< T, A > &tsor, unsigned long row, unsigned long col, bool transposed=false) noexcept |
|
constexpr | view_2d (T *data, unsigned long row, unsigned long col, bool transposed=false) noexcept |
|
constexpr | view_2d (const T *data, unsigned long row, unsigned long col, bool transposed=false) noexcept |
|
constexpr T * | operator[] (unsigned long index) |
|
constexpr const T * | operator[] (unsigned long index) const |
|
constexpr auto | shape () const noexcept |
|
constexpr unsigned long | size () const noexcept |
|
constexpr T * | data () noexcept |
|
constexpr const T * | data () const noexcept |
|
constexpr T * | begin () noexcept |
|
constexpr const T * | end () const noexcept |
|
constexpr unsigned long | row () const noexcept |
|
constexpr unsigned long | col () const noexcept |
|
constexpr row_type | row_begin (unsigned long index=0) noexcept |
|
constexpr row_type | row_end (unsigned long index=0) noexcept |
|
constexpr const_row_type | row_begin (unsigned long index=0) const noexcept |
|
constexpr const_row_type | row_end (unsigned long index=0) const noexcept |
|
constexpr col_type | col_begin (unsigned long index=0) noexcept |
|
constexpr col_type | col_end (unsigned long index=0) noexcept |
|
constexpr const_col_type | col_begin (unsigned long index=0) const noexcept |
|
constexpr const_col_type | col_end (unsigned long index=0) const noexcept |
|
◆ col_type
◆ const_col_type
◆ const_row_type
◆ row_type
◆ value_type
◆ view_2d() [1/3]
template<typename T >
template<typename A >
◆ view_2d() [2/3]
template<typename T >
constexpr ceras::view_2d< T >::view_2d |
( |
T * |
data, |
|
|
unsigned long |
row, |
|
|
unsigned long |
col, |
|
|
bool |
transposed = false |
|
) |
| |
|
inlineconstexprnoexcept |
◆ view_2d() [3/3]
template<typename T >
constexpr ceras::view_2d< T >::view_2d |
( |
const T * |
data, |
|
|
unsigned long |
row, |
|
|
unsigned long |
col, |
|
|
bool |
transposed = false |
|
) |
| |
|
inlineconstexprnoexcept |
◆ begin()
◆ col()
◆ col_begin() [1/2]
◆ col_begin() [2/2]
◆ col_end() [1/2]
◆ col_end() [2/2]
◆ data() [1/2]
◆ data() [2/2]
◆ end()
◆ operator[]() [1/2]
◆ operator[]() [2/2]
template<typename T >
constexpr const T* ceras::view_2d< T >::operator[] |
( |
unsigned long |
index | ) |
const |
|
inlineconstexpr |
◆ row()
◆ row_begin() [1/2]
◆ row_begin() [2/2]
◆ row_end() [1/2]
◆ row_end() [2/2]
◆ shape()
◆ size()
◆ col_
◆ data_
◆ row_
◆ transposed_
The documentation for this struct was generated from the following file:
- /home/feng/workspace/github.repo/ceras/include/tensor.hpp