GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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
 
 norm (ar{x} - ar{u} *ar{s} *ar{v'}, "fro") @end group @end example @seealso
 
end deftypefn *return set_internal_variable (Vsvd_driver, args, nargout, "svd_driver", driver_names)
 
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, const octave_value_list &args, const T &A)
 

Variables

 ar
 
static std::string Vsvd_driver = "gesdd"
 

Function Documentation

◆ Fsvd()

◆ norm()

norm ( ar{x} - ar{u} *ar{s} *ar{v'}  ,
"fro"   
)

Definition at line 409 of file svd.cc.

References SET_INTERNAL_VARIABLE_CHOICES, and svd_driver().

◆ set_internal_variable()

◆ svd_driver()

template<typename T >
static octave::math::svd<T>::Driver svd_driver ( void  )
static

Definition at line 60 of file svd.cc.

References Vsvd_driver.

Referenced by norm().

◆ svd_type()

template<typename T >
static octave::math::svd<T>::Type svd_type ( int  nargin,
int  nargout,
const octave_value_list args,
const T &  A 
)
static

Definition at line 41 of file svd.cc.

References A, and nargout().

Variable Documentation

◆ ar

ar

Definition at line 167 of file svd.cc.

◆ Vsvd_driver

std::string Vsvd_driver = "gesdd"
static

Definition at line 37 of file svd.cc.

Referenced by svd_driver().