Loading...
Searching...
No Matches
tensor.H File Reference
Include dependency graph for tensor.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Typedefs

typedef Tensor< float > floatTensor
typedef Tensor< double > doubleTensor

Functions

Vector< complexeigenValues (const tensor &T)
 Return complex eigenvalues of a given tensor.
Vector< complexeigenVector (const tensor &T, const complex &eVal, const Vector< complex > &standardBasis1, const Vector< complex > &standardBasis2)
 Return a complex eigenvector corresponding to a given complex eigenvalue of a given tensor.
Tensor< complexeigenVectors (const tensor &T, const Vector< complex > &eVals)
 Return complex eigenvectors corresponding to given complex eigenvalues of a given tensor.
Tensor< complexeigenVectors (const tensor &T)
 Return complex eigenvectors of a given tensor by computing the complex eigenvalues of the tensor in the background.
tensor pinv (const tensor &t)
 Return inverse of a given tensor, and fall back into pseudo-inverse if the tensor is singular.

Detailed Description

Original source file tensor.H

Definition in file tensor.H.