#include <f77_interface.hh>

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) |
Definition at line 44 of file f77_interface.hh.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| static std::string f77_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 51 of file f77_interface.hh.