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
schur.cc File Reference
#include <string>
#include "schur.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "utils.h"
Include dependency graph for schur.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fschur (const octave_value_list &args, int nargout) ar
 
template<typename Matrix >
static octave_value mark_upper_triangular (const Matrix &a)
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fschur ( const octave_value_list args,
int  nargout 
)
template<typename Matrix >
static octave_value mark_upper_triangular ( const Matrix a)
static

Definition at line 39 of file schur.cc.

References a, Array< T >::columns(), octave_value::matrix_type(), retval, Array< T >::rows(), MatrixType::Upper, and zero.

Referenced by Fschur().