Functions | |
int | Tensors::JacobiRot (Tensor2 const &T, REAL V0[3], REAL V1[3], REAL V2[3], REAL L[3]) |
Jacobi Transformation of a Symmetric Matrix (given as a Tensor2) Out: Eigenvalues (array with 3 values). | |
int | Tensors::JacobiRot (Tensor2 const &T, REAL L[3]) |
Jacobi Transformation of a Symmetric Matrix (given as a Tensor2) Out: Eigenvalues (array with 3 values). |
int Tensors::JacobiRot | ( | Tensor2 const & | T, | |
REAL | V0[3], | |||
REAL | V1[3], | |||
REAL | V2[3], | |||
REAL | L[3] | |||
) | [inline] |
Jacobi Transformation of a Symmetric Matrix (given as a Tensor2) Out: Eigenvalues (array with 3 values).
T | In: Tensor2 (Mandel) corresponding to a the matrix (A) we seek for the eigenvalues (SYMMETRIC and square) |
V0 | Out: Eigenvector (array with 3 values) |
V1 | Out: Eigenvector (array with 3 values) |
V2 | Out: Eigenvector (array with 3 values) |
Definition at line 95 of file jacobirot.h.
int Tensors::JacobiRot | ( | Tensor2 const & | T, | |
REAL | L[3] | |||
) | [inline] |
Jacobi Transformation of a Symmetric Matrix (given as a Tensor2) Out: Eigenvalues (array with 3 values).
T | In: Tensor2 (Mandel) corresponding to a the matrix (A) we seek for the eigenvalues (SYMMETRIC and square) |
Definition at line 234 of file jacobirot.h.