File tensor.h¶
↰ Parent directory (include/gamer)
Basic tensor library.
Definition (include/gamer/tensor.h)¶
Includes¶
Eigen/Densealgorithmarraycasc/casccassertcmathiostreamsstreamutilityvector
Included By¶
Namespaces¶
Functions¶
Template Function gamer::EigenMap(tensor<_ElemType, _vector_dimension, _tensor_rank>&)
Template Function gamer::EigenMap(tensor<_ElemType, _vector_dimension, _tensor_rank>&)
Template Function gamer::operator*(const tensor<ElemType, D, N>&, ScalarType)
Template Function gamer::operator*(const tensor<ElemType, D, N>&, const tensor<ElemType, D, M>&)
Template Function gamer::operator*(ScalarType, const tensor<ElemType, D, N>&)
Template Function gamer::operator+(const tensor<ElemType, D, N>&, const tensor<ElemType, D, N>&)
Template Function gamer::operator-(const tensor<ElemType, D, N>&, const tensor<ElemType, D, N>&)
Template Function gamer::operator/(const tensor<ElemType, D, N>&, ScalarType)