Package cc.redberry.core.tensor

Data structures and algorithms for creating mathematical expressions.

See: Description

Package cc.redberry.core.tensor Description

Data structures and algorithms for creating mathematical expressions. Class Tensor is parent for all mathematical expressions. Each type of expressions strictly satisfies some standard form, which is defined in the corresponding TensorFactory and TensorBuilder. Thus, there is no public constructors in Tensor inheritors, and any expression should be created via factory or builder. Simple tensors and fields should be instantiated via corresponding static methods in Tensors class.
Since:
1.0
Author:
Dmitry Bolotin, Stanislav Poslavsky
See Also:
Tensor, TensorBuilder, TensorFactory

Copyright © 2014. All Rights Reserved.