Functions

fCmplxQR.cc File Reference

#include "fCmplxQR.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 fCmplxQR.cc:

Go to the source code of this file.

Functions

static FloatComplexMatrix delete_col (const FloatComplexMatrix &a, octave_idx_type i)
static FloatComplexMatrix delete_row (const FloatComplexMatrix &a, octave_idx_type i)
F77_RET_T F77_FUNC (cgeqrf, CGEQRF)(const octave_idx_type &
F77_RET_T const
octave_idx_type FloatComplex
const octave_idx_type
FloatComplex FloatComplex
const octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (cungqr, CUNGQR)(const octave_idx_type &
static FloatComplexMatrix insert_col (const FloatComplexMatrix &a, octave_idx_type i, const FloatComplexColumnVector &x)
static FloatComplexMatrix insert_row (const FloatComplexMatrix &a, octave_idx_type i, const FloatComplexRowVector &x)
static FloatComplexMatrix shift_cols (const FloatComplexMatrix &a, octave_idx_type i, octave_idx_type j)

Function Documentation

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

Definition at line 523 of file fCmplxQR.cc.

References Array< T >::delete_elements().

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

Definition at line 531 of file fCmplxQR.cc.

References Array< T >::delete_elements().

F77_RET_T F77_FUNC ( cgeqrf  ,
CGEQRF   
) const
F77_RET_T const octave_idx_type FloatComplex const octave_idx_type FloatComplex FloatComplex const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( cungqr  ,
CUNGQR   
) const
static FloatComplexMatrix insert_col ( const FloatComplexMatrix a,
octave_idx_type  i,
const FloatComplexColumnVector x 
) [static]
static FloatComplexMatrix insert_row ( const FloatComplexMatrix a,
octave_idx_type  i,
const FloatComplexRowVector x 
) [static]
static FloatComplexMatrix shift_cols ( const FloatComplexMatrix a,
octave_idx_type  i,
octave_idx_type  j 
) [static]

Definition at line 539 of file fCmplxQR.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines