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
sqrtm.cc File Reference
#include "schur.h"
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "oct-norm.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "utils.h"
#include "xnorm.h"
Include dependency graph for sqrtm.cc:

Go to the source code of this file.

Functions

template<typename Matrix , typename ComplexMatrix , typename ComplexSCHUR >
static octave_value do_sqrtm (const octave_value &arg)
 
OCTAVE_EXPORT octave_value_list Fsqrtm (const octave_value_list &args, int nargout) ar
 
template<typename Matrix >
static void sqrtm_utri_inplace (Matrix &T)
 

Function Documentation

template<typename Matrix , typename ComplexMatrix , typename ComplexSCHUR >
static octave_value do_sqrtm ( const octave_value arg)
static
OCTAVE_EXPORT octave_value_list Fsqrtm ( const octave_value_list args,
int  nargout 
)
template<typename Matrix >
static void sqrtm_utri_inplace ( Matrix T)
static

Definition at line 41 of file sqrtm.cc.

References Array< T >::fortran_vec(), k, Array< T >::rows(), octave_value::sqrt(), warning_with_id(), and zero.

Referenced by do_sqrtm().