Tensor class Tensor class.
More...
#include <tensor.h>
|
|
typedef Eigen::Matrix3d | base |
| |
|
|
| Tensor () |
| | Constructor, clear data.
|
| |
| | Tensor (double, double, double, double, double, double) |
| | Constructor. More...
|
| |
|
void | rotate (const base &) |
| | Rotate using rotation matrix.
|
| |
|
void | eye () |
| |
|
template<typename T > |
| | Tensor (const Eigen::MatrixBase< T > &other) |
| |
|
template<typename T > |
| Tensor & | operator= (const Eigen::MatrixBase< T > &other) |
| |
Tensor class Tensor class.
- Todo:
- add documentation
◆ Tensor()
| Faunus::Tensor::Tensor |
( |
double |
xx, |
|
|
double |
xy, |
|
|
double |
xz, |
|
|
double |
yy, |
|
|
double |
yz, |
|
|
double |
zz |
|
) |
| |
Constructor.
- Todo:
- explain input
Constructor
The documentation for this struct was generated from the following files: