NeatPubResult
class NeatPubResult(vals)
Bases: object
A class to store the PUB results of Neat.
It allows performing mathematical operations (+, -, *, /, abs, and **) with other objects of type NeatPubResultLike and with scalars.
Parameters
vals (ArrayLike) – The values in this NeatPubResult.
Attributes
vals
The values in this result.
Methods
__mul__
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.