Functions

dbleQR.cc File Reference

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

Go to the source code of this file.

Functions

static Matrix delete_col (const Matrix &a, octave_idx_type i)
static Matrix delete_row (const Matrix &a, octave_idx_type i)
F77_RET_T F77_FUNC (dgeqrf, DGEQRF)(const octave_idx_type &
F77_RET_T const
octave_idx_type double const
octave_idx_type double double
const octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (dorgqr, DORGQR)(const octave_idx_type &
static Matrix insert_col (const Matrix &a, octave_idx_type i, const ColumnVector &x)
static Matrix insert_row (const Matrix &a, octave_idx_type i, const RowVector &x)
static Matrix shift_cols (const Matrix &a, octave_idx_type i, octave_idx_type j)
void warn_qrupdate_once (void)

Function Documentation

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

Definition at line 518 of file dbleQR.cc.

References Array< T >::delete_elements().

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

Definition at line 526 of file dbleQR.cc.

References Array< T >::delete_elements().

F77_RET_T F77_FUNC ( dgeqrf  ,
DGEQRF   
) const
F77_RET_T const octave_idx_type double const octave_idx_type double double const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( dorgqr  ,
DORGQR   
) const
static Matrix insert_col ( const Matrix a,
octave_idx_type  i,
const ColumnVector x 
) [static]
static Matrix insert_row ( const Matrix a,
octave_idx_type  i,
const RowVector x 
) [static]
static Matrix shift_cols ( const Matrix a,
octave_idx_type  i,
octave_idx_type  j 
) [static]

Definition at line 534 of file dbleQR.cc.

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

void warn_qrupdate_once ( void   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines