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

#include <C_interface.hh>

Inheritance diagram for C_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

Static Public Member Functions

static void aat_product (const gene_matrix &A, gene_matrix &X, int N)
static void ata_product (const gene_matrix &A, gene_matrix &X, int N)
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 matrix_matrix_product (const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int N)
static void matrix_vector_product (const gene_matrix &A, const gene_vector &B, gene_vector &X, int N)
static std::string name ()

Detailed Description

template<class real>
class C_interface< real >

Definition at line 26 of file C_interface.hh.


Member Typedef Documentation

template<class real >
typedef f77_interface_base<real>::gene_matrix C_interface< real >::gene_matrix

Reimplemented from f77_interface_base< real >.

Definition at line 30 of file C_interface.hh.

template<class real >
typedef f77_interface_base<real>::gene_vector C_interface< real >::gene_vector

Reimplemented from f77_interface_base< real >.

Definition at line 31 of file C_interface.hh.


Member Function Documentation

template<class real >
static void C_interface< real >::aat_product ( const gene_matrix A,
gene_matrix X,
int  N 
) [inline, static]

Definition at line 96 of file C_interface.hh.

template<class real >
static void C_interface< real >::ata_product ( const gene_matrix A,
gene_matrix X,
int  N 
) [inline, static]

Definition at line 81 of file C_interface.hh.

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

Definition at line 55 of file C_interface.hh.

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

Definition at line 109 of file C_interface.hh.

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

Definition at line 67 of file C_interface.hh.

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

Definition at line 35 of file C_interface.hh.

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

Definition at line 33 of file C_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:33:53