GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gsvd.cc File Reference
#include <vector>
#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-shlib.h"
Include dependency graph for gsvd.cc:

Go to the source code of this file.

Classes

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

Namespaces

 octave
 
 octave::math
 

Macros

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

Typedefs

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

Functions

static void octave::initialize_gsvd (void)
 

Variables

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

Macro Definition Documentation

◆ STRINGIZE

#define STRINGIZE (   x)    xSTRINGIZE(x)

Definition at line 52 of file gsvd.cc.

◆ xSTRINGIZE

#define xSTRINGIZE (   x)    #x

Definition at line 51 of file gsvd.cc.