Package mvpa :: Package atlases :: Module transformation :: Class Linear
[hide private]
[frames] | no frames]

Class Linear

source code


Simple linear transformation defined by a matrix
Instance Methods [hide private]
 
__init__(self, transf=N.eye(4), **kwargs) source code
 
apply(self, coord) source code

Inherited from TransformationBase: __call__, __getitem__

Method Details [hide private]

__init__(self, transf=N.eye(4), **kwargs)
(Constructor)

source code 
Overrides: TransformationBase.__init__

apply(self, coord)

source code 
Overrides: TransformationBase.apply