-
Notifications
You must be signed in to change notification settings - Fork 2
Home
yantsant edited this page Jul 19, 2022
·
1 revision
Welcome to the tensor wiki!
Classes Tensor and Vector provide basic tensor-vector calculus in N dimensional spatial.
Classes Tensor and Vector provide +/-/scal product operators between each other. So you should not note at how basis are component of current tensor/vector, internal functionality does operation correctly.
Using shared_ptr for manage basis object allows to have many objects (Tensor/Vector) at the same basis object. So all objects linked to the one basis will change at the same time when basis will be changed. Basis object will live till the last Tensor/Vector object will be destroyed.