GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gsvd.cc File Reference
#include "dMatrix.h"
#include "CMatrix.h"
#include "dDiagMatrix.h"
#include "gsvd.h"
#include "defun.h"
#include "defun-int.h"
#include "error.h"
#include "errwarn.h"
#include "utils.h"
#include "ovl.h"
#include "ov.h"
Include dependency graph for gsvd.cc:

Go to the source code of this file.

Functions

template<typename T >
static octave_value_list do_gsvd (const T &A, const T &B, const octave_idx_type nargout, bool is_single=false)
 
OCTAVE_EXPORT octave_value_list Fgsvd (const octave_value_list &args, int nargout) ar
 
template<typename T >
static octave::math::gsvd< T >::Type gsvd_type (int nargout)
 

Variables

 ar {X}
 

Function Documentation

◆ do_gsvd()

template<typename T >
static octave_value_list do_gsvd ( const T &  A,
const T &  B,
const octave_idx_type  nargout,
bool  is_single = false 
)
static

Definition at line 56 of file gsvd.cc.

References A, B, DiagArray2< T >::dgxelem(), MDiagArray2< T >::diag(), i, nargout(), result, retval, and DiagArray2< T >::rows().

Referenced by Fgsvd().

◆ Fgsvd()

◆ gsvd_type()

template<typename T >
static octave::math::gsvd<T>::Type gsvd_type ( int  nargout)
static

Definition at line 45 of file gsvd.cc.

References nargout().

Referenced by octave::math::gsvd< T >::gsvd().

Variable Documentation

◆ ar

ar {X}

Definition at line 149 of file gsvd.cc.