-
Notifications
You must be signed in to change notification settings - Fork 31
Tensor Data Types
Andreas D edited this page Dec 24, 2017
·
2 revisions
There are several Tensor Data Types available inside this module:
-
Tensor 1
rank 1 Tensor (Vector) -
Tensor 2
rank 2 Tensor -
Tensor 4
rank 4 Tensor -
Tensor 2s
rank 2 Tensor (symmetric) -
Tensor 4s
rank 4 Tensor (symmetric)
This is a rank 1 tensor which represents a vector in 3D cartesian coordinates.
Access to i-th component: T%a(i)