STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
matrix_low_level.h File Reference
#include <complex>
#include <stxxl/bits/common/types.h>
#include <stxxl/bits/parallel.h>

Go to the source code of this file.

Classes

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 >
 

Namespaces

 stxxl
 STXXL library namespace
 
 stxxl::matrix_local
 matrix low-level operations and tools
 

Macros

#define STXXL_BLAS   0
 

Macro Definition Documentation

#define STXXL_BLAS   0

Definition at line 17 of file matrix_low_level.h.