STK++ 0.9.13
|
This structure regroup the methods to used for copying part of an array in a Block or a Panel. More...
#include <STK_ProductRaw.h>
Static Public Member Functions | |
static void | arrayToBlock (Array const &m, Block< Type > &block, int iRow, int jCol) |
copy a part of an Array in a Block | |
static void | arrayToBlock (Array const &m, Block< Type > &block, int iRow, int jCol, int bSize) |
copy a part of an Array in a Block with block columns size given | |
static void | arrayToPanel (Array const &m, Panel< Type > &panel, int iRow, int jCol) |
copy a part of an array in a Panel | |
static void | arrayToPanel (Array const &rhs, Panel< Type > &panel, int iRow, int jCol, int pSize) |
copy a part of an array in a panel with Panel columns size given | |
static void | arrayToBlockByCol (Array const &m, Block< Type > &block, int iRow, int jCol) |
default dimensions | |
static void | arrayToBlockByCol (Array const &m, Block< Type > &block, int iRow, int jCol, int bSize) |
with block size given | |
static void | arrayToPanelByCol (Array const &m, Panel< Type > &panel, int iRow, int kPos) |
default dimensions | |
static void | arrayToPanelByCol (Array const &m, Panel< Type > &panel, int iRow, int kPos, int pSize) |
with panel size dimension given | |
This structure regroup the methods to used for copying part of an array in a Block or a Panel.
Definition at line 454 of file STK_ProductRaw.h.
|
inlinestatic |
copy a part of an Array in a Block
Definition at line 457 of file STK_ProductRaw.h.
Referenced by STK::hidden::BlockByPanel< Lhs, Rhs, Result >::run().
|
inlinestatic |
copy a part of an Array in a Block with block columns size given
Definition at line 477 of file STK_ProductRaw.h.
References STK::blockSize_.
|
inlinestatic |
default dimensions
Definition at line 510 of file STK_ProductRaw.h.
Referenced by STK::hidden::PanelByBlock< Lhs, Rhs, Result >::run().
|
inlinestatic |
with block size given
Definition at line 530 of file STK_ProductRaw.h.
References STK::blockSize_.
|
inlinestatic |
copy a part of an array in a Panel
Definition at line 488 of file STK_ProductRaw.h.
References STK::blockSize_, and STK::panelSize_.
Referenced by STK::hidden::BlockByPanel< Lhs, Rhs, Result >::run().
|
inlinestatic |
copy a part of an array in a panel with Panel columns size given
Definition at line 499 of file STK_ProductRaw.h.
References STK::blockSize_.
|
inlinestatic |
default dimensions
Definition at line 541 of file STK_ProductRaw.h.
References STK::blockSize_, and STK::panelSize_.
Referenced by STK::hidden::PanelByBlock< Lhs, Rhs, Result >::run().
|
inlinestatic |
with panel size dimension given
Definition at line 552 of file STK_ProductRaw.h.
References STK::blockSize_.