funcy
1.6.1
|
#include <principal_invariants.h>
Public Member Functions | |
SecondPrincipalInvariant (const Mat &A) | |
Constructor. More... | |
void | update (const Mat &A) |
Reset matrix to compute second principal invariant from. | |
auto | d0 () const noexcept |
Value of the second principal invariant. | |
auto | d1 (const Mat &dA1) const |
First directional derivative. More... | |
auto | d2 (const Mat &dA1, const Mat &dA2) const |
Second directional derivative. More... | |
Second principal invariant \( \iota_2(A)=\mathrm{tr}(\mathrm{cof}(A)) \) for \(A\in\mathbb{R}^{n,n}\).
|
inline |
Constructor.
A | matrix to compute second principal invariant from |
|
inline |
First directional derivative.
dA1 | direction for which the derivative is computed |
|
inline |
Second directional derivative.
dA1 | direction for which the derivative is computed |
dA2 | direction for which the derivative is computed |