Navigation

Operators and Keywords

Function List:

C++ API

FloatQRP Class Reference

#include <floatQRP.h>

Inherits FloatQR.

Collaboration diagram for FloatQRP:

List of all members.


Public Member Functions

 FloatQRP (void)
 FloatQRP (const FloatMatrix &, qr_type_t=qr_type_std)
 FloatQRP (const FloatQRP &a)
FloatQRPoperator= (const FloatQRP &a)
 ~FloatQRP (void)
void init (const FloatMatrix &, qr_type_t=qr_type_std)
PermMatrix P (void) const
FloatColumnVector Pvec (void) const

Protected Attributes

PermMatrix p

Friends

std::ostreamoperator<< (std::ostream &, const FloatQRP &)

Constructor & Destructor Documentation

FloatQRP::FloatQRP ( void   )  [inline]

FloatQRP::FloatQRP ( const FloatQRP a  )  [inline]

FloatQRP::~FloatQRP ( void   )  [inline]


Member Function Documentation

void FloatQRP::init ( const FloatMatrix a,
qr_type_t  qr_type = qr_type_std 
)

Reimplemented from FloatQR.

FloatQRP& FloatQRP::operator= ( const FloatQRP a  )  [inline]

PermMatrix FloatQRP::P ( void   )  const [inline]

FloatColumnVector FloatQRP::Pvec ( void   )  const


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream ,
const FloatQRP  
) [friend]


Member Data Documentation

PermMatrix FloatQRP::p [protected]


The documentation for this class was generated from the following files: