Template Class ResultTensorBTAS¶ Defined in File result.hpp Inheritance Relationships¶ Base Type¶ public sequant::Result (Class Result) Class Documentation¶ template<typename T>class ResultTensorBTAS : public sequant::Result¶ Result for a tensor value of btas::Tensor type. Template Parameters: T – btas::Tensor type. Must be a specialization of btas::Tensor. Public Types using numeric_type = typename T::numeric_type¶ using id_t = size_t¶ Public Functions inline explicit ResultTensorBTAS(T arr)¶