SPH
Functions | Variables
SymmetricTensor.cpp File Reference
#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
 

Function Documentation

◆ dsvd()

int dsvd ( float(&)  a[3][3],
float *  w,
float(&)  v[3][3] 
)

Definition at line 296 of file SymmetricTensor.cpp.

◆ eigenDecomposition()

Eigen eigenDecomposition ( const SymmetricTensor t)

Computes eigenvectors and corresponding eigenvalues of symmetric matrix.

Definition at line 249 of file SymmetricTensor.cpp.

◆ singularValueDecomposition()

Svd singularValueDecomposition ( const SymmetricTensor t)

Computes the singular value decomposition of symmetric matrix.

Definition at line 526 of file SymmetricTensor.cpp.

Variable Documentation

◆ N

constexpr int N = 3
constexpr

Definition at line 25 of file SymmetricTensor.cpp.