Compressed Sparse Blocks  1.2
 All Classes Files Functions Variables Typedefs Friends Macros Pages
Static Public Member Functions | List of all members
SpHelper Class Reference

#include <sphelper.h>

Static Public Member Functions

template<typename _ForwardIter , typename T >
static void iota (_ForwardIter __first, _ForwardIter __last, T __value)
 
template<typename T , typename I >
static T ** allocate2D (I m, I n)
 
template<typename T , typename I >
static void deallocate2D (T **array, I m)
 

Detailed Description

Definition at line 4 of file sphelper.h.

Member Function Documentation

template<typename T , typename I >
static T** SpHelper::allocate2D ( m,
n 
)
inlinestatic

Definition at line 15 of file sphelper.h.

template<typename T , typename I >
static void SpHelper::deallocate2D ( T **  array,
m 
)
inlinestatic

Definition at line 23 of file sphelper.h.

template<typename _ForwardIter , typename T >
static void SpHelper::iota ( _ForwardIter  __first,
_ForwardIter  __last,
__value 
)
inlinestatic

Definition at line 8 of file sphelper.h.


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