1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Schur complement based red-black inversion working

This commit is contained in:
Peter Boyle
2015-05-25 13:47:12 +01:00
parent ea3240ad55
commit 489b1b9633
8 changed files with 336 additions and 34 deletions

View File

@ -283,6 +283,7 @@ namespace Optimization {
//////////////////////////////////////////////////////////////////////////////////////
// Here assign types
namespace Grid {
typedef __m128 SIMD_Ftype; // Single precision type
typedef __m128d SIMD_Dtype; // Double precision type
typedef __m128i SIMD_Itype; // Integer type