Stxxl  1.4.0
Classes | Namespaces | Defines
include/stxxl/bits/containers/matrix_low_level.h File Reference
#include <complex>
#include <stxxl/bits/common/types.h>
#include <stxxl/bits/parallel.h>
Include dependency graph for matrix_low_level.h:
This graph shows which files directly or indirectly include this file:

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
 

<stxxl> library namespace


Defines

#define STXXL_BLAS   0

Define Documentation

#define STXXL_BLAS   0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines