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 | Variables
svd.cc File Reference
#include "svd.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.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) ar
 
template<typename T >
static octave::math::svd< T >
::Driver 
svd_driver (void)
 
template<typename T >
static octave::math::svd< T >::Type svd_type (int nargin, int nargout)
 

Variables

static std::string Vsvd_driver = "gesvd"
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fsvd ( const octave_value_list args,
int  nargout 
)
template<typename T >
static octave::math::svd<T>::Driver svd_driver ( void  )
static

Definition at line 52 of file svd.cc.

References Vsvd_driver.

template<typename T >
static octave::math::svd<T>::Type svd_type ( int  nargin,
int  nargout 
)
static

Definition at line 41 of file svd.cc.

Variable Documentation

std::string Vsvd_driver = "gesvd"
static

Definition at line 37 of file svd.cc.

Referenced by svd_driver().