#include <hand_vec_interface.hh>

Definition at line 28 of file hand_vec_interface.hh.
| typedef f77_interface_base<real>::gene_matrix hand_vec_interface< real >::gene_matrix |
Reimplemented from f77_interface_base< real >.
Definition at line 37 of file hand_vec_interface.hh.
| typedef f77_interface_base<real>::gene_vector hand_vec_interface< real >::gene_vector |
Reimplemented from f77_interface_base< real >.
Definition at line 38 of file hand_vec_interface.hh.
| typedef internal::packet_traits<real>::type hand_vec_interface< real >::Packet |
Definition at line 32 of file hand_vec_interface.hh.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| static std::string hand_vec_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 63 of file hand_vec_interface.hh.
| 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.
| 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.
const int hand_vec_interface< real >::PacketSize = internal::packet_traits<real>::size [static] |
Definition at line 33 of file hand_vec_interface.hh.