|
STXXL
1.4-dev
|
c = a [op] b; for arbitrary entries
Definition at line 64 of file matrix_low_level.h.
Public Member Functions | |
| else | op (c[switch_major_index< BlockSideLength, false >(row, col)], a[switch_major_index< BlockSideLength, a_transposed >(row, col)], 0) |
| op (c[switch_major_index< BlockSideLength, false >(row, col)], 0, b[switch_major_index< BlockSideLength, b_transposed >(row, col)]) | |
Public Attributes | |
| else | |
| else stxxl::matrix_local::low_level_matrix_binary_ass_op< ValueType, BlockSideLength, a_transposed, b_transposed, Op >::op | ( | c | [switch_major_index< BlockSideLength, false >(row, col)], |
| a | [switch_major_index< BlockSideLength, a_transposed >(row, col)], | ||
| 0 | |||
| ) |
| stxxl::matrix_local::low_level_matrix_binary_ass_op< ValueType, BlockSideLength, a_transposed, b_transposed, Op >::op | ( | c | [switch_major_index< BlockSideLength, false >(row, col)], |
| 0 | , | ||
| b | [switch_major_index< BlockSideLength, b_transposed >(row, col)] | ||
| ) |
| stxxl::matrix_local::low_level_matrix_binary_ass_op< ValueType, BlockSideLength, a_transposed, b_transposed, Op >::else |
Definition at line 87 of file matrix_low_level.h.