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

#include <C_BLAS_interface.hh>

Inheritance diagram for C_BLAS_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 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 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)
static void symv (gene_matrix &A, gene_vector &B, gene_vector &X, int N)
static void transposed_matrix_matrix_product (gene_matrix &A, gene_matrix &B, gene_matrix &X, int N)

Detailed Description

template<class real>
class C_BLAS_interface< real >

Definition at line 76 of file C_BLAS_interface.hh.


Member Typedef Documentation

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

Reimplemented from f77_interface_base< real >.

Definition at line 80 of file C_BLAS_interface.hh.

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

Reimplemented from f77_interface_base< real >.

Definition at line 81 of file C_BLAS_interface.hh.


Member Function Documentation

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

Definition at line 115 of file C_BLAS_interface.hh.

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

Definition at line 111 of file C_BLAS_interface.hh.

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

Definition at line 93 of file C_BLAS_interface.hh.

template<class real >
static void C_BLAS_interface< real >::axpby ( real  a,
const gene_vector X,
real  b,
gene_vector Y,
int  N 
) [inline, static]

Definition at line 123 of file C_BLAS_interface.hh.

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

Definition at line 119 of file C_BLAS_interface.hh.

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

Definition at line 103 of file C_BLAS_interface.hh.

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

Definition at line 88 of file C_BLAS_interface.hh.

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

Definition at line 83 of file C_BLAS_interface.hh.

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

Definition at line 98 of file C_BLAS_interface.hh.

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

Definition at line 107 of file C_BLAS_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