faunus
Public Types | Public Member Functions | List of all members
Faunus::Tensor Struct Reference

Tensor class Tensor class. More...

#include <tensor.h>

Inheritance diagram for Faunus::Tensor:
Inheritance graph
[legend]
Collaboration diagram for Faunus::Tensor:
Collaboration graph
[legend]

Public Types

typedef Eigen::Matrix3d base
 

Public Member Functions

 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 >
Tensoroperator= (const Eigen::MatrixBase< T > &other)
 

Detailed Description

Tensor class Tensor class.

Todo:
add documentation

Constructor & Destructor 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: