Go to the source code of this file.
|
struct | stxxl::matrix_local::low_level_matrix_binary_ass_op< ValueType, BlockSideLength, a_transposed, b_transposed, Op > |
| c = a [op] b; for arbitrary entries More...
|
|
struct | stxxl::matrix_local::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...
|
|
struct | stxxl::matrix_local::low_level_matrix_unary_ass_op< ValueType, BlockSideLength, a_transposed, Op > |
| c [op]= a; for arbitrary entries More...
|
|
struct | stxxl::matrix_local::low_level_matrix_unary_op< ValueType, BlockSideLength, a_transposed, Op > |
| c =[op] a; for arbitrary entries More...
|
|
struct | stxxl::matrix_local::matrix_operations< ValueType, BlockSideLength > |
|
struct | stxxl::matrix_local::switch_major_index< BlockSideLength, transposed > |
|
struct | stxxl::matrix_local::switch_major_index< BlockSideLength, false > |
|
struct | stxxl::matrix_local::switch_major_index< BlockSideLength, true > |
|