Package PyFoam :: Package Basics :: Module DataStructures :: Class Tensor
[hide private]
[frames] | no frames]

Class Tensor

source code


Instance Methods [hide private]
 
__init__(self, v1, v2, v3, v4, v5, v6, v7, v8, v9)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

    Inherited from FixedLength
 
__cmp__(self, other) source code
 
__getitem__(self, key) source code
 
__len__(self) source code
 
__setitem__(self, key, value) source code
 
__str__(self)
str(x)
source code
    Inherited from FoamDataType
 
__eq__(self, other)
Implementation to make __cmp__ work again in Python3
source code
 
__ge__(self, other) source code
 
__gt__(self, other) source code
 
__le__(self, other) source code
 
__lt__(self, other)
Implementation to make __cmp__ work again in Python3
source code
 
__ne__(self, other) source code
 
__repr__(self)
repr(x)
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, v1, v2, v3, v4, v5, v6, v7, v8, v9)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)