|
NEML2 2.0.0
|
Abstract representation of the derivative of a primitive tensor with respect to another primitive tensor. More...
Abstract representation of the derivative of a primitive tensor with respect to another primitive tensor.
| T1 | The type of the first tensor (the one being derived) |
| T2 | The type of the second tensor (the one with respect to which we are deriving) |
| TR | The type of the resulting derivative tensor |
#include <DTensor.h>

Public Member Functions | |
| DTensor ()=default | |
| Special member functions. | |
| template<class Derived2 > | |
| DTensor (const TensorBase< Derived2 > &tensor) | |
| Copy constructor. | |
|
default |
Special member functions.
| DTensor | ( | const TensorBase< Derived2 > & | tensor | ) |
Copy constructor.