std::gslice man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

std::gslice(3)							std::gslice(3)

NAME
       std::gslice -

       Class defining multi-dimensional subset of an array.

SYNOPSIS
   Public Member Functions
       gslice (const gslice &)
       gslice (size_t, const valarray< size_t > &, const valarray< size_t > &)
       gslice ()
       gslice & operator= (const gslice &)
       valarray< size_t > size () const
       size_t start () const
       valarray< size_t > stride () const
       ~gslice ()

   Friends
       class valarray

Detailed Description
       Class defining multi-dimensional subset of an array.

       The slice class represents a multi-dimensional subset of an array,
       specified by three parameter sets: start offset, size array, and stride
       array. The start offset is the index of the first element of the array
       that is part of the subset. The size and stride array describe each
       dimension of the slice. Size is the number of elements in that
       dimension, and stride is the distance in the array between successive
       elements in that dimension. Each dimension's size and stride is taken
       to begin at an array element described by the previous dimension. The
       size array and stride array must be the same size.

       For example, if you have offset==3, stride[0]==11, size[1]==3,
       stride[1]==3, then slice[0,0]==array[3], slice[0,1]==array[6],
       slice[0,2]==array[9], slice[1,0]==array[14], slice[1,1]==array[17],
       slice[1,2]==array[20].

       Definition at line 63 of file gslice.h.

Author
       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++			  22 Nov 2013			std::gslice(3)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net