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
Functions
qr.cc File Reference
#include "qr.h"
#include "qrp.h"
#include "sparse-qr.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
Include dependency graph for qr.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fqr (const octave_value_list &, int)
 
template<typename MT >
static octave_value get_qr_r (const octave::math::qr< MT > &fact)
 
C OCTAVE_EXPORT octave_functionGqr (const octave::dynamic_library &shl, bool relative)
 
template<typename T >
static octave::math::qr< T >::type qr_type (int nargin, int nargout)
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fqr ( const octave_value_list ,
int   
)
template<typename MT >
static octave_value get_qr_r ( const octave::math::qr< MT > &  fact)
static

Definition at line 40 of file qr.cc.

References octave::math::qr< T >::R(), octave::math::qr< T >::regular(), and MatrixType::Upper.

Referenced by Gqr().

C OCTAVE_EXPORT octave_function* Gqr ( const octave::dynamic_library shl,
bool  relative 
)
template<typename T >
static octave::math::qr<T>::type qr_type ( int  nargin,
int  nargout 
)
static

Definition at line 51 of file qr.cc.

Referenced by octave::math::qr< T >::qr().