Skylark (Sketching Library)  0.1
Public Types | Public Member Functions | Public Attributes
skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::scale_t Struct Reference

#include <iter_solver_op_CombBLAS.hpp>

List of all members.

Public Types

typedef ValueType argument_type
typedef ValueType result_type

Public Member Functions

 scale_t (argument_type scaling_factor)
result_type operator() (const argument_type &arg) const

Public Attributes

const argument_type scaling_factor

Detailed Description

template<typename IndexType, typename ValueType>
struct skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::scale_t

Definition at line 37 of file iter_solver_op_CombBLAS.hpp.


Member Typedef Documentation

template<typename IndexType , typename ValueType >
typedef ValueType skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::scale_t::argument_type

Definition at line 38 of file iter_solver_op_CombBLAS.hpp.

template<typename IndexType , typename ValueType >
typedef ValueType skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::scale_t::result_type

Definition at line 39 of file iter_solver_op_CombBLAS.hpp.


Constructor & Destructor Documentation

template<typename IndexType , typename ValueType >
skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::scale_t::scale_t ( argument_type  scaling_factor) [inline]

Definition at line 43 of file iter_solver_op_CombBLAS.hpp.


Member Function Documentation

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

Definition at line 45 of file iter_solver_op_CombBLAS.hpp.


Member Data Documentation

template<typename IndexType , typename ValueType >
const argument_type skylark::nla::iter_solver_op_t< SpParMat< IndexType, ValueType, SpDCCols< IndexType, ValueType > >, FullyDistMultiVec< IndexType, ValueType > >::scale_t::scaling_factor

Definition at line 41 of file iter_solver_op_CombBLAS.hpp.


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