- 02 Nov, 2018 1 commit
-
-
Kirill Terekhov authored
Fix compilation issue with std::isinf Finish memory_pool implementation in container.h Use of matrices allocated in memory pool for intermediate results in dense linear algebra operations in inmost_dense.h Use of memory pool for matrices in inmost_autodiff.h Change error reporting and return type in Invert, Solve, CholeskyInvert, CholeskySolve, PseudoInvert, PseudoSolve Add unit tests for linear algebra on dense matrices.
-
- 26 Sep, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 10 Sep, 2018 1 commit
-
-
Kirill Terekhov authored
The class ConstSubMatrix is used to access a submatrix of a const matrix with (i1,i2,j1,j2) operator.
-
- 07 Sep, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 06 Sep, 2018 2 commits
-
-
Kirill Terekhov authored
Additional updates to template handling in AbstractEntry::Access, fix a bug in thread_private class with openmp
-
Kirill Terekhov authored
thread_private class for static OpenMP objects acts as iterator EndModification do not unnecessarily delete orphan elements Fixed Face::getNodes behaviour inside BeginModification and EndModification region (same fix as in andre_brench) Added template access functions for AbstractEntry class, allows to get (matrix of) values, unknown indices or unknowns themselves depending on template parameter Examples/OldDrawGrid: * Adjustments for svg output of color gradient in color bar (previously was not properly working in Inkscape) * Preparations for isosurface extraction code
-
- 01 Jun, 2018 1 commit
-
-
Kirill Terekhov authored
Thanks to Matvey Kraposhin
-
- 25 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 14 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 13 May, 2018 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 10 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 08 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 07 May, 2018 2 commits
-
-
Kirill Terekhov authored
not tested yet
-
Kirill Terekhov authored
-
- 01 May, 2018 5 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
PrepareReceiveInner was not called for sparse tag
-
Kirill Terekhov authored
-
- 30 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
Possible fix in packtagdata/unpacktagdata - mismatch between amount of calls to MPI_Pack and MPI_Unpack GridTool for Kmeans clustering, should eventually move to Partitioner class
-
- 19 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 18 Apr, 2018 7 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 16 Apr, 2018 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 15 Apr, 2018 1 commit
-
-
carambula authored
Fix ambiguity complains in autodiff with g++-4.2.1; disable extended solver tests that require matrix collections
-
- 13 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 12 Apr, 2018 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 11 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 10 Apr, 2018 1 commit
-
-
Dmitry Bagaev authored
-
- 09 Apr, 2018 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fix binary heap with key update in maximum product transversal algorithm in inner solvers. Correct global rescaling strategy in MLMPTILUC2 inner solver.
-