LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
SparseArray.h File Reference

Templated C++ wrapper for MSparseArray. More...

Detailed Description

Templated C++ wrapper for MSparseArray.

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