GNU Octave  3.8.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 | Variables
svd.cc File Reference
#include "CmplxSVD.h"
#include "dbleSVD.h"
#include "fCmplxSVD.h"
#include "floatSVD.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "pr-output.h"
#include "utils.h"
#include "variables.h"
Include dependency graph for svd.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fsvd (const octave_value_list &args, int nargout)
OCTAVE_EXPORT octave_value_list Fsvd_driver (const octave_value_list &args, int nargout)

Variables

static int Vsvd_driver = SVD::GESVD

Function Documentation

OCTAVE_EXPORT octave_value_list Fsvd ( const octave_value_list args,
int  nargout 
)
OCTAVE_EXPORT octave_value_list Fsvd_driver ( const octave_value_list args,
int  nargout 
)

Definition at line 418 of file svd.cc.

References SET_INTERNAL_VARIABLE_CHOICES.

Variable Documentation

int Vsvd_driver = SVD::GESVD
static

Definition at line 40 of file svd.cc.

Referenced by Fsvd().