GNU Octave  6.2.0
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)
 
template<typename T >
static octave::math::gsvd< T >::Type gsvd_type (int nargout)
 

Function Documentation

◆ do_gsvd()

◆ Fgsvd()

◆ gsvd_type()

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

Definition at line 46 of file gsvd.cc.

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