GNU Octave  6.2.0
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)
 
OCTAVE_EXPORT octave_value_list Fsvd_driver (const octave_value_list &args, int nargout)
 
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

static std::string Vsvd_driver = "gesvd"
 

Function Documentation

◆ Fsvd()

◆ Fsvd_driver()

OCTAVE_EXPORT octave_value_list Fsvd_driver ( const octave_value_list args,
int  nargout 
)

Definition at line 416 of file svd.cc.

References SET_INTERNAL_VARIABLE_CHOICES, and svd_driver().

◆ svd_driver()

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

Definition at line 63 of file svd.cc.

References Vsvd_driver.

Referenced by Fsvd_driver().

◆ 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 44 of file svd.cc.

References A.

Variable Documentation

◆ Vsvd_driver

std::string Vsvd_driver = "gesvd"
static

Definition at line 40 of file svd.cc.

Referenced by svd_driver().