![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Templated C++ wrapper for MSparseArray. More...
Templated C++ wrapper for MSparseArray.
Include dependency graph for SparseArray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LLU::SparseArray< T > |
| Strongly typed wrapper for MSparseArray. More... | |
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
Functions | |
| template<typename F > | |
| auto | LLU::asTypedSparseArray (const GenericSparseArray &sa, F &&callable) |
Take a SparseArray-like object t and a function callable and call the function with a SparseArrayTypedView created from t. More... | |