#include <LAMAInterface.hpp>
Public Types |
typedef void(* | compressIA )(const IndexType IA[], const IndexType JA[], const ValueType values[], const IndexType numRows, const ValueType eps, IndexType newIA[]) |
| Compresses the given IA array using the values array and epsilon.
|
typedef void(* | compressValues )(const IndexType IA[], const IndexType JA[], const ValueType values[], const IndexType numRows, const ValueType eps, IndexType newJA[], ValueType newValues[]) |
| Compresses the given JA and values array using epsilon.
|
template<typename ValueType>
struct lama::ELLUtilsInterface::Helper< ValueType >
Member Typedef Documentation
template<typename ValueType >
Compresses the given IA array using the values array and epsilon.
- Parameters:
-
[in] | IA | that should be compressed |
[in] | related | JA array |
[in] | related | values array |
[in] | number | of rows |
[in] | epsilon | |
[out] | new | created IA |
template<typename ValueType >
Compresses the given JA and values array using epsilon.
- Parameters:
-
[in] | IA | that should be compressed |
[in] | related | JA array |
[in] | related | values array |
[in] | number | of rows |
[in] | epsilon | |
[out] | new | created JA |
[out] | new | created values |
The documentation for this struct was generated from the following file: