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

#include <tiny_blitz_interface.hh>

Public Types

typedef TinyMatrix< real, SIZE, SIZEgene_matrix
 
typedef TinyVector< real, SIZEgene_vector
 
typedef real real_type
 
typedef std::vector< stl_vectorstl_matrix
 
typedef std::vector< realstl_vector
 

Static Public Member Functions

static void axpy (const 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 free_matrix (gene_matrix &A, int N)
 
static void free_vector (gene_vector &B)
 
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 ()
 
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, int SIZE>
class tiny_blitz_interface< real, SIZE >

Definition at line 34 of file tiny_blitz_interface.hh.

Member Typedef Documentation

template<class real , int SIZE>
typedef TinyMatrix<real,SIZE,SIZE> tiny_blitz_interface< real, SIZE >::gene_matrix

Definition at line 45 of file tiny_blitz_interface.hh.

template<class real , int SIZE>
typedef TinyVector<real,SIZE> tiny_blitz_interface< real, SIZE >::gene_vector

Definition at line 44 of file tiny_blitz_interface.hh.

template<class real , int SIZE>
typedef real tiny_blitz_interface< real, SIZE >::real_type

Definition at line 39 of file tiny_blitz_interface.hh.

template<class real , int SIZE>
typedef std::vector<stl_vector > tiny_blitz_interface< real, SIZE >::stl_matrix

Definition at line 42 of file tiny_blitz_interface.hh.

template<class real , int SIZE>
typedef std::vector<real> tiny_blitz_interface< real, SIZE >::stl_vector

Definition at line 41 of file tiny_blitz_interface.hh.

Member Function Documentation

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

Definition at line 99 of file tiny_blitz_interface.hh.

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

Definition at line 79 of file tiny_blitz_interface.hh.

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

Definition at line 85 of file tiny_blitz_interface.hh.

template<class real , int SIZE>
static void tiny_blitz_interface< real, SIZE >::free_matrix ( gene_matrix A,
int  N 
)
inlinestatic

Definition at line 49 of file tiny_blitz_interface.hh.

template<class real , int SIZE>
static void tiny_blitz_interface< real, SIZE >::free_vector ( gene_vector B)
inlinestatic

Definition at line 51 of file tiny_blitz_interface.hh.

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

Definition at line 53 of file tiny_blitz_interface.hh.

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

Definition at line 91 of file tiny_blitz_interface.hh.

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

Definition at line 69 of file tiny_blitz_interface.hh.

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

Definition at line 95 of file tiny_blitz_interface.hh.

template<class real , int SIZE>
static std::string tiny_blitz_interface< real, SIZE >::name ( void  )
inlinestatic

Definition at line 47 of file tiny_blitz_interface.hh.

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

Definition at line 59 of file tiny_blitz_interface.hh.

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

Definition at line 64 of file tiny_blitz_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