GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gsvd.cc File Reference
#include <algorithm>
#include <unordered_map>
#include "CMatrix.h"
#include "dDiagMatrix.h"
#include "dMatrix.h"
#include "fCMatrix.h"
#include "fDiagMatrix.h"
#include "fMatrix.h"
#include "gsvd.h"
#include "lo-error.h"
#include "lo-lapack-proto.h"
#include "oct-locbuf.h"
#include "oct-shlib.h"
Include dependency graph for gsvd.cc:

Go to the source code of this file.

Classes

struct  comp_ggsvd3_ptr< T1, T2 >
 
struct  comp_ggsvd_ptr< T1, T2 >
 
struct  real_ggsvd3_ptr< T1 >
 
struct  real_ggsvd_ptr< T1 >
 

Macros

#define STRINGIZE(x)   xSTRINGIZE(x)
 
#define xSTRINGIZE(x)   #x
 

Typedefs

typedef comp_ggsvd3_ptr< F77_CMPLX, F77_REAL >::type cggsvd3_type
 
typedef comp_ggsvd_ptr< F77_CMPLX, F77_REAL >::type cggsvd_type
 
typedef real_ggsvd3_ptr< F77_DBLE >::type dggsvd3_type
 
typedef real_ggsvd_ptr< F77_DBLE >::type dggsvd_type
 
typedef real_ggsvd3_ptr< F77_REAL >::type sggsvd3_type
 
typedef real_ggsvd_ptr< F77_REAL >::type sggsvd_type
 
typedef comp_ggsvd3_ptr< F77_DBLE_CMPLX, F77_DBLE >::type zggsvd3_type
 
typedef comp_ggsvd_ptr< F77_DBLE_CMPLX, F77_DBLE >::type zggsvd_type
 

Functions

static void initialize_gsvd (void)
 

Variables

static std::unordered_map< std::string, void * > gsvd_fcn
 
static bool gsvd_initialized = false
 
static bool have_DGGSVD3 = false
 

Macro Definition Documentation

◆ STRINGIZE

#define STRINGIZE (   x)    xSTRINGIZE(x)

Definition at line 54 of file gsvd.cc.

◆ xSTRINGIZE

#define xSTRINGIZE (   x)    #x

Definition at line 53 of file gsvd.cc.

Typedef Documentation

◆ cggsvd3_type

Definition at line 231 of file gsvd.cc.

◆ cggsvd_type

Definition at line 230 of file gsvd.cc.

◆ dggsvd3_type

Definition at line 225 of file gsvd.cc.

◆ dggsvd_type

Definition at line 224 of file gsvd.cc.

◆ sggsvd3_type

Definition at line 227 of file gsvd.cc.

◆ sggsvd_type

Definition at line 226 of file gsvd.cc.

◆ zggsvd3_type

Definition at line 229 of file gsvd.cc.

◆ zggsvd_type

Definition at line 228 of file gsvd.cc.

Function Documentation

◆ initialize_gsvd()

static void initialize_gsvd ( void  )
static

Variable Documentation

◆ gsvd_fcn

std::unordered_map<std::string, void *> gsvd_fcn
static

Definition at line 47 of file gsvd.cc.

Referenced by gsvd< T >::ggsvd(), and initialize_gsvd().

◆ gsvd_initialized

bool gsvd_initialized = false
static

Definition at line 50 of file gsvd.cc.

Referenced by gsvd< T >::gsvd(), gsvd< T >::ggsvd(), and initialize_gsvd().

◆ have_DGGSVD3

bool have_DGGSVD3 = false
static

Definition at line 49 of file gsvd.cc.

Referenced by gsvd< T >::gsvd(), gsvd< T >::ggsvd(), and initialize_gsvd().