Functions

floatQR.cc File Reference

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

Go to the source code of this file.

Functions

static FloatMatrix delete_col (const FloatMatrix &a, octave_idx_type i)
static FloatMatrix delete_row (const FloatMatrix &a, octave_idx_type i)
F77_RET_T F77_FUNC (sgeqrf, SGEQRF)(const octave_idx_type &
F77_RET_T const
octave_idx_type float const
octave_idx_type float float
const octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (sorgqr, SORGQR)(const octave_idx_type &
static FloatMatrix insert_col (const FloatMatrix &a, octave_idx_type i, const FloatColumnVector &x)
static FloatMatrix insert_row (const FloatMatrix &a, octave_idx_type i, const FloatRowVector &x)
static FloatMatrix shift_cols (const FloatMatrix &a, octave_idx_type i, octave_idx_type j)

Function Documentation

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

Definition at line 516 of file floatQR.cc.

References Array< T >::delete_elements().

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

Definition at line 524 of file floatQR.cc.

References Array< T >::delete_elements().

F77_RET_T F77_FUNC ( sgeqrf  ,
SGEQRF   
) const
F77_RET_T const octave_idx_type float const octave_idx_type float float const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( sorgqr  ,
SORGQR   
) const
static FloatMatrix insert_col ( const FloatMatrix a,
octave_idx_type  i,
const FloatColumnVector x 
) [static]
static FloatMatrix insert_row ( const FloatMatrix a,
octave_idx_type  i,
const FloatRowVector x 
) [static]
static FloatMatrix shift_cols ( const FloatMatrix a,
octave_idx_type  i,
octave_idx_type  j 
) [static]

Definition at line 532 of file floatQR.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines