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

◆ Fschur()

◆ mark_upper_triangular()

template<typename Matrix >
static octave_value mark_upper_triangular ( const Matrix a)
static

Definition at line 39 of file schur.cc.

References a, i, octave_value::matrix_type(), retval, MatrixType::Upper, and zero().

Referenced by Fschur().