Public Types | Static Public Member Functions | Static Public Attributes
hand_vec_interface< real > Class Template Reference

#include <hand_vec_interface.hh>

Inheritance diagram for hand_vec_interface< real >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef f77_interface_base
< real >::gene_matrix 
gene_matrix
typedef f77_interface_base
< real >::gene_vector 
gene_vector
typedef
internal::packet_traits< real >
::type 
Packet
typedef f77_interface_base
< real >::stl_matrix 
stl_matrix
typedef f77_interface_base
< real >::stl_vector 
stl_vector

Static Public Member Functions

static void atv_product (const gene_matrix &A, const gene_vector &B, gene_vector &X, int N)
static void axpy (real coef, const gene_vector &X, gene_vector &Y, 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_vector_product (const gene_matrix &A, const gene_vector &B, gene_vector &X, int N)
static std::string name ()
static void symv (const gene_matrix &A, const gene_vector &B, gene_vector &X, int N)
static void vector_from_stl (gene_vector &B, stl_vector &B_stl)

Static Public Attributes

static const int PacketSize = internal::packet_traits<real>::size

Detailed Description

template<class real>
class hand_vec_interface< real >

Definition at line 28 of file hand_vec_interface.hh.


Member Typedef Documentation

Reimplemented from f77_interface_base< real >.

Definition at line 37 of file hand_vec_interface.hh.

Reimplemented from f77_interface_base< real >.

Definition at line 38 of file hand_vec_interface.hh.

template<class real >
typedef internal::packet_traits<real>::type hand_vec_interface< real >::Packet

Definition at line 32 of file hand_vec_interface.hh.

template<class real >
typedef f77_interface_base<real>::stl_matrix hand_vec_interface< real >::stl_matrix

Reimplemented from f77_interface_base< real >.

Definition at line 35 of file hand_vec_interface.hh.

template<class real >
typedef f77_interface_base<real>::stl_vector hand_vec_interface< real >::stl_vector

Reimplemented from f77_interface_base< real >.

Definition at line 36 of file hand_vec_interface.hh.


Member Function Documentation

template<class real >
static void hand_vec_interface< real >::atv_product ( const gene_matrix A,
const gene_vector B,
gene_vector X,
int  N 
) [inline, static]

Definition at line 669 of file hand_vec_interface.hh.

template<class real >
static void hand_vec_interface< real >::axpy ( real  coef,
const gene_vector X,
gene_vector Y,
int  N 
) [inline, static]

Definition at line 834 of file hand_vec_interface.hh.

template<class real >
static void hand_vec_interface< real >::free_matrix ( gene_matrix A,
int  N 
) [inline, static]

Reimplemented from f77_interface_base< real >.

Definition at line 40 of file hand_vec_interface.hh.

template<class real >
static void hand_vec_interface< real >::free_vector ( gene_vector B) [inline, static]

Reimplemented from f77_interface_base< real >.

Definition at line 44 of file hand_vec_interface.hh.

template<class real >
static void hand_vec_interface< real >::matrix_from_stl ( gene_matrix A,
stl_matrix A_stl 
) [inline, static]

Reimplemented from f77_interface_base< real >.

Definition at line 48 of file hand_vec_interface.hh.

template<class real >
static void hand_vec_interface< real >::matrix_vector_product ( const gene_matrix A,
const gene_vector B,
gene_vector X,
int  N 
) [inline, static]

Definition at line 71 of file hand_vec_interface.hh.

template<class real >
static std::string hand_vec_interface< real >::name ( void  ) [inline, static]

Definition at line 63 of file hand_vec_interface.hh.

template<class real >
static void hand_vec_interface< real >::symv ( const gene_matrix A,
const gene_vector B,
gene_vector X,
int  N 
) [inline, static]

Definition at line 240 of file hand_vec_interface.hh.

template<class real >
static void hand_vec_interface< real >::vector_from_stl ( gene_vector B,
stl_vector B_stl 
) [inline, static]

Reimplemented from f77_interface_base< real >.

Definition at line 56 of file hand_vec_interface.hh.


Member Data Documentation

template<class real >
const int hand_vec_interface< real >::PacketSize = internal::packet_traits<real>::size [static]

Definition at line 33 of file hand_vec_interface.hh.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:09