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

given a matrix A, provide A^TA as a matrix More...

#include <atra.h>

List of all members.

Public Types

typedef MATRIX::size_type size_type

Public Member Functions

 AtrA (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 &AtrAx) const
 apply A^TA
template<class VECTOR >
void apply_transposed (const VECTOR &x, VECTOR &AtrAx) const
 apply (A^TA)^T = A^TA

Detailed Description

template<class MATRIX>
class MathTL::AtrA< MATRIX >

given a matrix A, provide A^TA as a matrix


Member Typedef Documentation

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

size type


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