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

Public Member Functions

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

Detailed Description

template<typename T>
class qrp< T >

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

Constructor & Destructor Documentation

◆ qrp() [1/4]

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

Definition at line 107 of file qrp.cc.

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

◆ qrp() [2/4]

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

Definition at line 178 of file qrp.cc.

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

◆ qrp() [3/4]

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

Definition at line 257 of file qrp.cc.

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

◆ qrp() [4/4]

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

Definition at line 336 of file qrp.cc.

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

Member Function Documentation

◆ init() [1/4]

◆ init() [2/4]

◆ init() [3/4]

◆ init() [4/4]

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

◆ Pvec() [1/4]

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

Definition at line 116 of file qrp.cc.

◆ Pvec() [2/4]

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

Definition at line 187 of file qrp.cc.

◆ Pvec() [3/4]

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

Definition at line 266 of file qrp.cc.

◆ Pvec() [4/4]

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

Definition at line 345 of file qrp.cc.


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