#include "cl_Matrix.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::tensor |
Functions | |
| template<typename T> | |
| void | belfem::tensor::rotate42 (const T *B, const T *R, T *A) |
| tensor rotation A_mnop = B_ijkl * R_im * R_jn * R_ko * R_lp | |
| template<typename T> | |
| void | belfem::tensor::rotate42 (const T *B, const Matrix< T > &R, T *A) |
| tensor rotation A_mnop = B_ijkl * R_im * R_jn * R_ko * R_lp | |