given a matrix A, provide AA^T as a matrix More...
#include <atra.h>
Public Types | |
| typedef MATRIX::size_type | size_type |
Public Member Functions | |
| AAtr (const MATRIX &A) | |
| default constructor | |
| const size_type | row_dimension () const |
| row dimension | |
| const size_type | column_dimension () const |
| column dimension | |
| template<class VECTOR > | |
| void | apply (const VECTOR &x, VECTOR &AAtrx) const |
| apply AA^T | |
| template<class VECTOR > | |
| void | apply_transposed (const VECTOR &x, VECTOR &AAtrx) const |
| apply (AA^T)^T = AA^T | |
given a matrix A, provide AA^T as a matrix
| typedef MATRIX::size_type MathTL::AAtr< MATRIX >::size_type |
size type
1.7.6.1