Public Types | Static Public Member Functions | List of all members
STL_interface< real > Class Template Reference

#include <STL_interface.hh>

Public Types

typedef stl_matrix gene_matrix
 
typedef stl_vector gene_vector
 
typedef real real_type
 
typedef std::vector< stl_vectorstl_matrix
 
typedef std::vector< realstl_vector
 

Static Public Member Functions

static void aat_product (const gene_matrix &A, gene_matrix &X, int N)
 
static void atv_product (gene_matrix &A, gene_vector &B, gene_vector &X, int N)
 
static void axpby (real a, const gene_vector &X, real b, gene_vector &Y, int N)
 
static void axpy (real coef, const gene_vector &X, gene_vector &Y, int N)
 
static void copy_matrix (const gene_matrix &source, gene_matrix &cible, int N)
 
static void copy_vector (const gene_vector &source, gene_vector &cible, int N)
 
static void display_vector (const stl_vector &A)
 
static void free_matrix (gene_matrix &, int)
 
static void free_vector (gene_vector &)
 
static void ger (gene_matrix &A, gene_vector &X, gene_vector &Y, int N)
 
static void matrix_from_stl (gene_matrix &A, stl_matrix &A_stl)
 
static void matrix_matrix_product (const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int N)
 
static void matrix_to_stl (gene_matrix &A, stl_matrix &A_stl)
 
static void matrix_vector_product (gene_matrix &A, gene_vector &B, gene_vector &X, int N)
 
static std::string name (void)
 
static real norm_diff (const stl_vector &A, const stl_vector &B)
 
static real norm_diff (const stl_matrix &A, const stl_matrix &B)
 
static void symv (gene_matrix &A, gene_vector &B, gene_vector &X, int N)
 
static void syr2 (gene_matrix &A, gene_vector &B, gene_vector &X, int N)
 
static void trisolve_lower (const gene_matrix &L, const gene_vector &B, gene_vector &X, int N)
 
static void vector_from_stl (gene_vector &B, stl_vector &B_stl)
 
static void vector_to_stl (gene_vector &B, stl_vector &B_stl)
 

Detailed Description

template<class real>
class STL_interface< real >

Definition at line 29 of file STL_interface.hh.

Member Typedef Documentation

template<class real >
typedef stl_matrix STL_interface< real >::gene_matrix

Definition at line 38 of file STL_interface.hh.

template<class real >
typedef stl_vector STL_interface< real >::gene_vector

Definition at line 40 of file STL_interface.hh.

template<class real >
typedef real STL_interface< real >::real_type

Definition at line 33 of file STL_interface.hh.

template<class real >
typedef std::vector<stl_vector > STL_interface< real >::stl_matrix

Definition at line 36 of file STL_interface.hh.

template<class real >
typedef std::vector<real> STL_interface< real >::stl_vector

Definition at line 35 of file STL_interface.hh.

Member Function Documentation

template<class real >
static void STL_interface< real >::aat_product ( const gene_matrix A,
gene_matrix X,
int  N 
)
inlinestatic

Definition at line 94 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::atv_product ( gene_matrix A,
gene_vector B,
gene_vector X,
int  N 
)
inlinestatic

Definition at line 171 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::axpby ( real  a,
const gene_vector X,
real  b,
gene_vector Y,
int  N 
)
inlinestatic

Definition at line 187 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::axpy ( real  coef,
const gene_vector X,
gene_vector Y,
int  N 
)
inlinestatic

Definition at line 182 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::copy_matrix ( const gene_matrix source,
gene_matrix cible,
int  N 
)
inlinestatic

Definition at line 75 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::copy_vector ( const gene_vector source,
gene_vector cible,
int  N 
)
inlinestatic

Definition at line 68 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::display_vector ( const stl_vector A)
inlinestatic

Definition at line 234 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::free_matrix ( gene_matrix ,
int   
)
inlinestatic

Definition at line 47 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::free_vector ( gene_vector )
inlinestatic

Definition at line 49 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::ger ( gene_matrix A,
gene_vector X,
gene_vector Y,
int  N 
)
inlinestatic

Definition at line 162 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::matrix_from_stl ( gene_matrix A,
stl_matrix A_stl 
)
inlinestatic

Definition at line 51 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::matrix_matrix_product ( const gene_matrix A,
const gene_matrix B,
gene_matrix X,
int  N 
)
inlinestatic

Definition at line 112 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::matrix_to_stl ( gene_matrix A,
stl_matrix A_stl 
)
inlinestatic

Definition at line 64 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::matrix_vector_product ( gene_matrix A,
gene_vector B,
gene_vector X,
int  N 
)
inlinestatic

Definition at line 125 of file STL_interface.hh.

template<class real >
static std::string STL_interface< real >::name ( void  )
inlinestatic

Definition at line 42 of file STL_interface.hh.

template<class real >
static real STL_interface< real >::norm_diff ( const stl_vector A,
const stl_vector B 
)
inlinestatic

Definition at line 203 of file STL_interface.hh.

template<class real >
static real STL_interface< real >::norm_diff ( const stl_matrix A,
const stl_matrix B 
)
inlinestatic

Definition at line 217 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::symv ( gene_matrix A,
gene_vector B,
gene_vector X,
int  N 
)
inlinestatic

Definition at line 136 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::syr2 ( gene_matrix A,
gene_vector B,
gene_vector X,
int  N 
)
inlinestatic

Definition at line 153 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::trisolve_lower ( const gene_matrix L,
const gene_vector B,
gene_vector X,
int  N 
)
inlinestatic

Definition at line 192 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::vector_from_stl ( gene_vector B,
stl_vector B_stl 
)
inlinestatic

Definition at line 55 of file STL_interface.hh.

template<class real >
static void STL_interface< real >::vector_to_stl ( gene_vector B,
stl_vector B_stl 
)
inlinestatic

Definition at line 59 of file STL_interface.hh.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54