LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
Views/Tensor.hpp File Reference

Definition and implementation of TensorView and TensorTypedView. More...

Detailed Description

Definition and implementation of TensorView and TensorTypedView.

Author
Rafal Chojna rafal.nosp@m.c@wo.nosp@m.lfram.nosp@m..com
+ 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...