#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"
Go to the source code of this file.
Functions | |
octave_value_list | Fsqrtm (const octave_value_list &args, int nargout) |
octave_value_list Fsqrtm | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 218 of file sqrtm.cc.
References octave_value::columns(), err_square_matrix_required(), octave_value::is_diag_matrix(), octave_value::is_single_type(), n, octave_value::ndims(), print_usage(), octave_value::rows(), and octave_value::sqrt().