#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::contract42 (const T *A, const Matrix< T > &B, Matrix< T > &C) |
| tensor contraction A_ijkl * B_kl = C_ij | |