GNU Octave  4.2.1
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 "errwarn.h"
Include dependency graph for mgorth.cc:

Go to the source code of this file.

Functions

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

Function Documentation

template<typename ColumnVector , typename Matrix , typename 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(), h, MArray< T >::hermitian(), octave::math::real(), and xnorm().

Referenced by Fmgorth().

OCTAVE_EXPORT octave_value_list Fmgorth ( const octave_value_list args,
int   
)