|
Stxxl
1.4.0
|


Go to the source code of this file.
Classes | |
| struct | stxxl::switch_major_index< BlockSideLength, false > |
| struct | stxxl::switch_major_index< BlockSideLength, true > |
| struct | stxxl::low_level_matrix_binary_ass_op< ValueType, BlockSideLength, a_transposed, b_transposed, Op > |
| c = a <op> b; for arbitrary entries More... | |
| struct | stxxl::low_level_matrix_unary_ass_op< ValueType, BlockSideLength, a_transposed, Op > |
| c <op>= a; for arbitrary entries More... | |
| struct | stxxl::low_level_matrix_unary_op< ValueType, BlockSideLength, a_transposed, Op > |
| c = <op>a; for arbitrary entries More... | |
| struct | stxxl::low_level_matrix_multiply_and_add< ValueType, BlockSideLength > |
| multiplies matrices A and B, adds result to C, for arbitrary entries param pointer to blocks of A,B,C; elements in blocks have to be in row-major More... | |
Namespaces | |
| namespace | stxxl |
| |
Defines | |
| #define | STXXL_BLAS 0 |
| #define STXXL_BLAS 0 |
Definition at line 17 of file matrix_low_level.h.
Referenced by stxxl::matrix< ValueType, BlockSideLength >::multiply_internal().
1.7.6.1