mvpa2.atlases.warehouse.Linear

Inheritance diagram of Linear

class mvpa2.atlases.warehouse.Linear(transf=array([[ 1., 0., 0., 0.], [ 0., 1., 0., 0.], [ 0., 0., 1., 0.], [ 0., 0., 0., 1.]]), **kwargs)

Simple linear transformation defined by a matrix

Methods

apply(coord)