GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ do_mgorth()

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 h, MArray< T >::hermitian(), real(), V, x, and xnorm().

Referenced by Fmgorth().

◆ Fmgorth()