Stxxl
1.4.0
|
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...
#include <matrix_low_level.h>
Public Member Functions | |
low_level_matrix_multiply_and_add (const ValueType *a, bool a_in_col_major, const ValueType *b, bool b_in_col_major, ValueType *c, const bool c_in_col_major) |
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
Definition at line 135 of file matrix_low_level.h.
stxxl::low_level_matrix_multiply_and_add< ValueType, BlockSideLength >::low_level_matrix_multiply_and_add | ( | const ValueType * | a, |
bool | a_in_col_major, | ||
const ValueType * | b, | ||
bool | b_in_col_major, | ||
ValueType * | c, | ||
const bool | c_in_col_major | ||
) | [inline] |
Definition at line 137 of file matrix_low_level.h.
References std::swap().