Merge remote-tracking branch 'upstream/miami' into miami

This commit is contained in:
Nikolay Korolev
2020-05-14 22:29:23 +03:00
19 changed files with 211 additions and 153 deletions

View File

@ -314,3 +314,8 @@ public:
other.Reorthogonalise();
}
};
class CCompressedMatrix : public CCompressedMatrixNotAligned
{
int _alignment; // no clue what would this align to
};