GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
qrp< T > Class Template Reference

Public Member Functions

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

Detailed Description

template<typename T>
class qrp< T >

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

Constructor & Destructor Documentation

◆ qrp() [1/4]

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

Definition at line 105 of file qrp.cc.

References qrp< T >::init(), and qr_type().

◆ qrp() [2/4]

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

Definition at line 173 of file qrp.cc.

References qrp< T >::init(), and qr_type().

◆ qrp() [3/4]

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

Definition at line 249 of file qrp.cc.

References qrp< T >::init(), and qr_type().

◆ qrp() [4/4]

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

Definition at line 325 of file qrp.cc.

References qrp< T >::init(), and qr_type().

Member Function Documentation

◆ init() [1/4]

◆ init() [2/4]

◆ init() [3/4]

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

◆ init() [4/4]

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

◆ Pvec() [1/4]

RowVector qrp< Matrix >::Pvec ( void  ) const

Definition at line 113 of file qrp.cc.

◆ Pvec() [2/4]

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

Definition at line 181 of file qrp.cc.

◆ Pvec() [3/4]

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

Definition at line 257 of file qrp.cc.

◆ Pvec() [4/4]

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

Definition at line 333 of file qrp.cc.


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