Navigation

Operators and Keywords

Function List:

C++ API

QRP Class Reference

#include <dbleQRP.h>

Inherits QR.

Collaboration diagram for QRP:

List of all members.

Public Member Functions

 QRP (void)
 QRP (const Matrix &, qr_type_t=qr_type_std)
 QRP (const QRP &a)
QRPoperator= (const QRP &a)
 ~QRP (void)
void init (const Matrix &, qr_type_t=qr_type_std)
PermMatrix P (void) const
RowVector Pvec (void) const

Protected Attributes

PermMatrix p

Friends

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

Constructor & Destructor Documentation

QRP::QRP ( void   )  [inline]
F77_RET_T const octave_idx_type double const octave_idx_type octave_idx_type double double const octave_idx_type octave_idx_type & QRP::QRP ( const Matrix a,
qr_type_t  qr_type = qr_type_std 
)
QRP::QRP ( const QRP a  )  [inline]
QRP::~QRP ( void   )  [inline]

Member Function Documentation

void QRP::init ( const Matrix a,
qr_type_t  qr_type = qr_type_std 
)

Reimplemented from QR.

QRP& QRP::operator= ( const QRP a  )  [inline]
PermMatrix QRP::P ( void   )  const [inline]
RowVector QRP::Pvec ( void   )  const

Friends And Related Function Documentation

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

Member Data Documentation

PermMatrix QRP::p [protected]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines