#include <kodama.hpp>
|
| | MatrixView ()=default |
| |
| | MatrixView (const double *data_ptr, std::size_t n_rows, std::size_t n_cols) |
| |
| | MatrixView (const float *data_ptr, std::size_t n_rows, std::size_t n_cols) |
| |
| float | value_float (std::size_t i, std::size_t j) const |
| |
| double | operator() (std::size_t i, std::size_t j) const |
| |
Definition at line 114 of file kodama.hpp.
◆ MatrixView() [1/3]
| kodama::MatrixView::MatrixView |
( |
| ) |
|
|
default |
◆ MatrixView() [2/3]
| kodama::MatrixView::MatrixView |
( |
const double * |
data_ptr, |
|
|
std::size_t |
n_rows, |
|
|
std::size_t |
n_cols |
|
) |
| |
|
inline |
◆ MatrixView() [3/3]
| kodama::MatrixView::MatrixView |
( |
const float * |
data_ptr, |
|
|
std::size_t |
n_rows, |
|
|
std::size_t |
n_cols |
|
) |
| |
|
inline |
◆ operator()()
| double kodama::MatrixView::operator() |
( |
std::size_t |
i, |
|
|
std::size_t |
j |
|
) |
| const |
|
inline |
◆ value_float()
| float kodama::MatrixView::value_float |
( |
std::size_t |
i, |
|
|
std::size_t |
j |
|
) |
| const |
|
inline |
◆ cols
| std::size_t kodama::MatrixView::cols = 0 |
◆ data
| const void* kodama::MatrixView::data = nullptr |
◆ rows
| std::size_t kodama::MatrixView::rows = 0 |
◆ value_type
The documentation for this struct was generated from the following file: