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

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fgivens (const octave_value_list &args, int nargout) ar
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fgivens ( const octave_value_list args,
int  nargout 
)

Definition at line 75 of file givens.cc.

References Givens(), nargout(), ovl(), print_usage(), result, retval, x, and y.

Referenced by install_givens_fcns().