GNU Octave  8.1.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, const octave_idx_type nargin, bool is_single=false)
 
OCTAVE_EXPORT octave_value_list Fgsvd (const octave_value_list &args, int nargout)
 
template<typename T >
static math::gsvd< T >::Type gsvd_type (int nargout, int nargin)
 

Function Documentation

◆ do_gsvd()

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

Definition at line 60 of file gsvd.cc.

References A, B, Array< T, Alloc >::rows(), Array< T, Alloc >::sort(), and Array< T, Alloc >::xelem().

Referenced by Fgsvd().

◆ Fgsvd()

◆ gsvd_type()

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

Definition at line 47 of file gsvd.cc.

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