GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
mgorth.cc File Reference
#include "oct-norm.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
Include dependency graph for mgorth.cc:

Go to the source code of this file.

Functions

template<class ColumnVector , class Matrix , class RowVector >
static void do_mgorth (ColumnVector &x, const Matrix &V, RowVector &h)
OCTAVE_EXPORT octave_value_list Fmgorth (const octave_value_list &args, int nargout)

Function Documentation

template<class ColumnVector , class Matrix , class RowVector >
static void do_mgorth ( ColumnVector x,
const Matrix V,
RowVector h 
)
static

Definition at line 35 of file mgorth.cc.

References Matrix::column(), Array< T >::columns(), MArray< T >::hermitian(), real, and xnorm().

Referenced by Fmgorth().

OCTAVE_EXPORT octave_value_list Fmgorth ( const octave_value_list args,
int  nargout 
)