Go to the documentation of this file.
46 #if defined(__M4RI_HAVE_SSE2) && __M4RI_HAVE_SSE2
47 # if !defined(__SSE2__) || !__SSE2__
48 # error "Your current compiler and / or CFLAGS setting doesn't allow SSE2 code. Please change that or these to the setting(s) you used when compiling M4RI."
52 #if defined(__cplusplus) && !defined (_MSC_VER)
72 #if defined(__cplusplus) && !defined (_MSC_VER)
multicore matrix operations
Compute the parity of 64 words in parallel.
PLE and PLUQ factorization using Gray codes.
Dense matrices over GF(2) represented as a bit field.
Gray code implementation.
System solving with matrix routines.
Matrix operations using Strassen's formulas including Winograd's improvements.
PLE and PLUQ matrix decomposition routines.
TRSM and TRTRI via Gray code tables.
Input/output routines for matrices.
Dan Bernstein's "Optimizing linear maps mod 2".
Triangular system solving with Matrix routines.