![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Definition and implementation of TensorView and TensorTypedView. More...
Definition and implementation of TensorView and TensorTypedView.
#include "LLU/Containers/Generic/Tensor.hpp"#include "LLU/Containers/Interfaces.h"#include "LLU/Containers/Iterators/IterableContainer.hpp"
Include dependency graph for Views/Tensor.hpp:Go to the source code of this file.
Classes | |
| class | LLU::TensorView |
| Simple, light-weight, non-owning wrappper over MTensor. More... | |
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
Functions | |
| template<typename TensorT , typename F > | |
| auto | LLU::asTypedTensor (TensorT &&t, F &&callable) |
Take a Tensor-like object t and a function callable and call the function with a TensorTypedView created from t. More... | |