yantsant / tensor

Classes Tensor and Vector provide basic tensor-vector calculus in N dimensional spatial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensor

Classes Tensor and Vector provides basic tensor-vector calculus in N dimensional spatial

Classes Tensor and Vector provide +/-/scal product operators between each other. So you should not keep in mind 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.

About

Classes Tensor and Vector provide basic tensor-vector calculus in N dimensional spatial


Languages

Language:C++ 100.0%