mtl::block_view< Matrix, BM, BN > Struct Template Reference
#include <matrix.h>
List of all members.
Detailed Description
template<class Matrix, int BM = 0, int BN = 0>
struct mtl::block_view< Matrix, BM, BN >
category: containers, generators component: type example: blocked_matrix.cc definition: matrix.h tparam:
Matrix - The type of the
Matrix to be blocked, must be
dense tparam: BM - The blocking factor for the rows (M
dimension) - 0 for dynamic size tparam: BN - The blocking factor for the columns (N
dimension) - 0 for dynamic size
The documentation for this struct was generated from the following file:
- /usr/src/RPM/BUILD/mtl4-2.r6668.alpha/mtl/mtl/matrix.h