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

#include <f77_interface.hh>

Inheritance diagram for f77_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 (gene_matrix &A, gene_matrix &X, int N)
static void ata_product (gene_matrix &A, gene_matrix &X, int N)
static void axpy (real coef, const gene_vector &X, gene_vector &Y, int N)
static void matrix_matrix_product (gene_matrix &A, gene_matrix &B, gene_matrix &X, int N)
static void matrix_vector_product (gene_matrix &A, gene_vector &B, gene_vector &X, int N)
static std::string name (void)

Detailed Description

template<class real>
class f77_interface< real >

Definition at line 44 of file f77_interface.hh.


Member Typedef Documentation

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

Reimplemented from f77_interface_base< real >.

Definition at line 48 of file f77_interface.hh.

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

Reimplemented from f77_interface_base< real >.

Definition at line 49 of file f77_interface.hh.


Member Function Documentation

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

Definition at line 71 of file f77_interface.hh.

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

Definition at line 66 of file f77_interface.hh.

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

Definition at line 76 of file f77_interface.hh.

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

Definition at line 61 of file f77_interface.hh.

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

Definition at line 56 of file f77_interface.hh.

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

Definition at line 51 of file f77_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:01