- 26 Aug, 2015 1 commit
-
-
Edgar Solomonik authored
Renamed Accumulator->Transform, since Accumulator does not make so much sense for Endomorphism
-
- 21 Aug, 2015 1 commit
-
-
solomon authored
Added 'Function' and 'Accumulator' to interface, which can be used as endomorphism/univar/bivar function/accumulators. Modifying template parameter ordering to A, B, C. Updated examples accordingly to use these.
-
- 17 Aug, 2015 2 commits
-
-
Edgar Solomonik authored
Switched from function pointers to std::function, and made some tests use Lambdas. There are useful things in C++11 after all.
-
Edgar Solomonik authored
-
- 03 Aug, 2015 2 commits
-
-
Edgar Solomonik authored
Added tests for sparse univariate custom function that performs integration of a sparse matrix of forces based on a cutoff. It reveals limitations in the current sparse summation implementation.
-
Edgar Solomonik authored
Made some corrections to handling of scaling for symmetric and symmetric hollow matrices in order to supports groups (no mul op). Added is_sparse to vector and matrix interfaces. Started work on getting rid of is_ord tempalte parameter for tensors.
-
- 31 Jul, 2015 1 commit
-
-
Edgar Solomonik authored
Got univariate functions working, added some two tests for them, including force integration. Added a function to compute the additive inverse of a tensor to be used for groups, as the normal infrastructure cannot currently handle this case, since it uses the notion of an inverse of the multiplicative identity
-