SPH
|
#include "objects/geometry/SymmetricTensor.h"
Go to the source code of this file.
Functions | |
Eigen | eigenDecomposition (const SymmetricTensor &t) |
Computes eigenvectors and corresponding eigenvalues of symmetric matrix. More... | |
int | dsvd (float(&a)[3][3], float *w, float(&v)[3][3]) |
Svd | singularValueDecomposition (const SymmetricTensor &t) |
Computes the singular value decomposition of symmetric matrix. More... | |
Variables | |
constexpr int | N = 3 |
int dsvd | ( | float(&) | a[3][3], |
float * | w, | ||
float(&) | v[3][3] | ||
) |
Definition at line 296 of file SymmetricTensor.cpp.
Eigen eigenDecomposition | ( | const SymmetricTensor & | t | ) |
Computes eigenvectors and corresponding eigenvalues of symmetric matrix.
Definition at line 249 of file SymmetricTensor.cpp.
Svd singularValueDecomposition | ( | const SymmetricTensor & | t | ) |
Computes the singular value decomposition of symmetric matrix.
Definition at line 526 of file SymmetricTensor.cpp.
|
constexpr |
Definition at line 25 of file SymmetricTensor.cpp.