hedge :: tools :: Reflection :: Class Reflection
[hide private]
[frames] | no frames]

Class Reflection

source code


Instance Methods [hide private]
 
__init__(self, axis, dim)
__init__( (object)arg1, (numpy.ndarray)arg2, (numpy.ndarray)arg3) -> None :
source code

Inherited from _internal.AffineMap: __call__, __reduce__, inverted, jacobian

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from _internal.AffineMap: __instance_size__, __safe_for_unpickling__

Properties [hide private]

Inherited from _internal.AffineMap: matrix, vector

Inherited from object: __class__

Method Details [hide private]

__init__(self, axis, dim)
(Constructor)

source code 

__init__( (object)arg1, (numpy.ndarray)arg2, (numpy.ndarray)arg3) -> None :

    C++ signature :
        void __init__(_object*,pyublas::numpy_matrix<double, boost::numeric::ublas::basic_row_major<unsigned int, int> >,pyublas::numpy_vector<double>)

Overrides: object.__init__
(inherited documentation)