MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Types | Public Member Functions
MathTL::AAtr< MATRIX > Class Template Reference

given a matrix A, provide AA^T as a matrix More...

#include <atra.h>

List of all members.

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

Detailed Description

template<class MATRIX>
class MathTL::AAtr< MATRIX >

given a matrix A, provide AA^T as a matrix


Member Typedef Documentation

template<class MATRIX >
typedef MATRIX::size_type MathTL::AAtr< MATRIX >::size_type

size type


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations