|
linbox
|
Symmetrizing iterator (for rank computations). More...
#include <blackbox-container-symmetrize.h>
Inheritance diagram for BlackboxContainerSymmetrize< Field, _Blackbox, RandIter >:Protected Member Functions | |
| Element & | init (const Vector1 &uu, const Vector2 &vv) |
| Initializers. | |
| Element & | init (RandIter &g) |
| Random Left vectors, Zero Right vector. | |
| Element & | init (const Vector &uu) |
| User Left vectors, Zero Right vector. | |
Protected Attributes | |
| Field | _F |
| Members. | |
Symmetrizing iterator (for rank computations).
Symmetrizing iterator (for rank computations) Same left and right vector A is supposed to have tranpose-vector product the sequence is
this->u^t this->u
(A this->u)^t (A this->u) = this->u^t (A^t A) this->u
(A^t (A this->u))^t (A^t (A this->u)) = this->u^t (A^t A)^2 this->u
etc.
| Element& init | ( | const Vector1 & | uu, |
| const Vector2 & | vv | ||
| ) | [inline, protected, inherited] |
Initializers.
User Left and Right vectors
1.7.4