GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
qrp< T > Singleton Reference

#include "mx-defs.h"

Public Member Functions

template<>
 qrp (const Matrix &a, type qr_type)
 
template<>
 qrp (const FloatMatrix &a, type qr_type)
 
template<>
 qrp (const ComplexMatrix &a, type qr_type)
 
template<>
 qrp (const FloatComplexMatrix &a, type qr_type)
 
template<>
void init (const Matrix &a, type qr_type)
 
template<>
void init (const FloatMatrix &a, type qr_type)
 
template<>
void init (const ComplexMatrix &a, type qr_type)
 
template<>
void init (const FloatComplexMatrix &a, type qr_type)
 
template<>
RowVector Pvec (void) const
 
template<>
FloatRowVector Pvec (void) const
 
template<>
RowVector Pvec (void) const
 
template<>
FloatRowVector Pvec (void) const
 

Detailed Description

template<typename T>
singleton qrp< T >

Definition at line 79 of file mx-defs.h.

Constructor & Destructor Documentation

template<>
qrp< Matrix >::qrp ( const Matrix a,
type  qr_type 
)

Definition at line 96 of file qrp.cc.

References qrp< T >::init().

template<>
qrp< FloatMatrix >::qrp ( const FloatMatrix a,
type  qr_type 
)

Definition at line 160 of file qrp.cc.

References qrp< T >::init().

template<>
qrp< ComplexMatrix >::qrp ( const ComplexMatrix a,
type  qr_type 
)

Definition at line 226 of file qrp.cc.

References qrp< T >::init().

template<>
qrp< FloatComplexMatrix >::qrp ( const FloatComplexMatrix a,
type  qr_type 
)

Definition at line 292 of file qrp.cc.

References qrp< T >::init().

Member Function Documentation

template<>
void qrp< Matrix >::init ( const Matrix a,
type  qr_type 
)
template<>
void qrp< FloatMatrix >::init ( const FloatMatrix a,
type  qr_type 
)
template<>
void qrp< ComplexMatrix >::init ( const ComplexMatrix a,
type  qr_type 
)
template<>
void qrp< FloatComplexMatrix >::init ( const FloatComplexMatrix a,
type  qr_type 
)
template<>
RowVector qrp< Matrix >::Pvec ( void  ) const

Definition at line 104 of file qrp.cc.

References p.

template<>
FloatRowVector qrp< FloatMatrix >::Pvec ( void  ) const

Definition at line 168 of file qrp.cc.

References f, and p.

template<>
RowVector qrp< ComplexMatrix >::Pvec ( void  ) const

Definition at line 234 of file qrp.cc.

References p.

template<>
FloatRowVector qrp< FloatComplexMatrix >::Pvec ( void  ) const

Definition at line 300 of file qrp.cc.

References f, and p.


The documentation for this singleton was generated from the following file: