|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
This is the complete list of members for kodama::MatrixView, including all inherited members.
| cols | kodama::MatrixView | |
| data | kodama::MatrixView | |
| MatrixView()=default | kodama::MatrixView | |
| MatrixView(const double *data_ptr, std::size_t n_rows, std::size_t n_cols) | kodama::MatrixView | inline |
| MatrixView(const float *data_ptr, std::size_t n_rows, std::size_t n_cols) | kodama::MatrixView | inline |
| operator()(std::size_t i, std::size_t j) const | kodama::MatrixView | inline |
| rows | kodama::MatrixView | |
| value_float(std::size_t i, std::size_t j) const | kodama::MatrixView | inline |
| value_type | kodama::MatrixView |