#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"
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) |
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] |
Definition at line 497 of file fCmplxQR.cc.
References Array< T >::assign(), idx_vector::colon, Array< T >::columns(), Array< T >::index(), and Array< T >::rows().
static FloatComplexMatrix insert_row | ( | const FloatComplexMatrix & | a, | |
octave_idx_type | i, | |||
const FloatComplexRowVector & | x | |||
) | [static] |
Definition at line 510 of file fCmplxQR.cc.
References Array< T >::assign(), idx_vector::colon, Array< T >::columns(), Array< T >::index(), and Array< T >::rows().
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().