Functions

CmplxQR.cc File Reference

#include "CmplxQR.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "Range.h"
#include "idx-vector.h"
#include "oct-locbuf.h"
#include "base-qr.cc"
Include dependency graph for CmplxQR.cc:

Go to the source code of this file.

Functions

static ComplexMatrix delete_col (const ComplexMatrix &a, octave_idx_type i)
static ComplexMatrix delete_row (const ComplexMatrix &a, octave_idx_type i)
F77_RET_T F77_FUNC (zgeqrf, ZGEQRF)(const octave_idx_type &
F77_RET_T const
octave_idx_type Complex const
octave_idx_type Complex
Complex const octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (zungqr, ZUNGQR)(const octave_idx_type &
static ComplexMatrix insert_col (const ComplexMatrix &a, octave_idx_type i, const ComplexColumnVector &x)
static ComplexMatrix insert_row (const ComplexMatrix &a, octave_idx_type i, const ComplexRowVector &x)
static ComplexMatrix shift_cols (const ComplexMatrix &a, octave_idx_type i, octave_idx_type j)

Function Documentation

static ComplexMatrix delete_col ( const ComplexMatrix a,
octave_idx_type  i 
) [static]

Definition at line 521 of file CmplxQR.cc.

References Array< T >::delete_elements().

static ComplexMatrix delete_row ( const ComplexMatrix a,
octave_idx_type  i 
) [static]

Definition at line 529 of file CmplxQR.cc.

References Array< T >::delete_elements().

F77_RET_T F77_FUNC ( zgeqrf  ,
ZGEQRF   
) const
F77_RET_T const octave_idx_type Complex const octave_idx_type Complex Complex const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( zungqr  ,
ZUNGQR   
) const
static ComplexMatrix insert_col ( const ComplexMatrix a,
octave_idx_type  i,
const ComplexColumnVector x 
) [static]
static ComplexMatrix insert_row ( const ComplexMatrix a,
octave_idx_type  i,
const ComplexRowVector x 
) [static]
static ComplexMatrix shift_cols ( const ComplexMatrix a,
octave_idx_type  i,
octave_idx_type  j 
) [static]

Definition at line 537 of file CmplxQR.cc.

References idx_vector::colon, Array< T >::columns(), and Array< T >::index().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines