GNU Octave  4.0.0
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 <float.h>
#include "CmplxSCHUR.h"
#include "fCmplxSCHUR.h"
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "oct-norm.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "utils.h"
#include "xnorm.h"
Include dependency graph for sqrtm.cc:

Go to the source code of this file.

Functions

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

Function Documentation

template<class Matrix , class ComplexMatrix , class 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<class Matrix >
static void sqrtm_utri_inplace ( Matrix T)
static

Definition at line 44 of file sqrtm.cc.

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

Referenced by do_sqrtm().