Skylark (Sketching Library)  0.1
Public Types | Public Member Functions | Static Public Member Functions
skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::pow_t< p, invert > Struct Template Reference

#include <iter_solver_op_CombBLAS.hpp>

List of all members.

Public Types

typedef ValueType argument_type
typedef ValueType result_type

Public Member Functions

result_type operator() (const argument_type &arg) const

Static Public Member Functions

static result_type apply (const argument_type &arg)

Detailed Description

template<typename IndexType, typename ValueType>
template<int p, bool invert>
struct skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::pow_t< p, invert >

A class that allows us to compute power of values

Definition at line 24 of file iter_solver_op_CombBLAS.hpp.


Member Typedef Documentation

template<typename IndexType , typename ValueType >
template<int p, bool invert>
typedef ValueType skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::pow_t< p, invert >::argument_type

Definition at line 25 of file iter_solver_op_CombBLAS.hpp.

template<typename IndexType , typename ValueType >
template<int p, bool invert>
typedef ValueType skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::pow_t< p, invert >::result_type

Definition at line 26 of file iter_solver_op_CombBLAS.hpp.


Member Function Documentation

template<typename IndexType , typename ValueType >
template<int p, bool invert>
static result_type skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::pow_t< p, invert >::apply ( const argument_type arg) [inline, static]

Definition at line 28 of file iter_solver_op_CombBLAS.hpp.

template<typename IndexType , typename ValueType >
template<int p, bool invert>
result_type skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::pow_t< p, invert >::operator() ( const argument_type arg) const [inline]

Definition at line 32 of file iter_solver_op_CombBLAS.hpp.


The documentation for this struct was generated from the following file: