Skip to content

Tags: zfergus/finite-diff

Tags

v1.0.4

Toggle v1.0.4's commit message
Enhance finite_jacobian functionality with tensor order support

- Follows the convention that even-order tensors (e.g., matrices) are stored in column-blocks, while odd-order tensors are stored in row-blocks. This is based on the tensor vectorization presented in "Dynamic Deformables" by Kim and Eberle [2022].
- Update CMake configuration to use C++17
- Add tests for size mismatch and tensor layouts

v1.0.3

Toggle v1.0.3's commit message
Disable CATCH_CONFIG_CPP17_STRING_VIEW

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
abs -> std::abs

v1.0.1

Toggle v1.0.1's commit message
Use Eigen::Ref for input

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update continuous.yml