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
FloatRowVector Pvec (void) const

Protected Attributes

PermMatrix p

Friends

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

Constructor & Destructor Documentation

FloatQRP::FloatQRP ( void   )  [inline]
F77_RET_T const octave_idx_type float const octave_idx_type octave_idx_type float float const octave_idx_type octave_idx_type & FloatQRP::FloatQRP ( const FloatMatrix a,
qr_type_t  qr_type = qr_type_std 
)
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]
FloatRowVector 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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines