#include <blitz_LU_solve_interface.hh>
Definition at line 29 of file blitz_LU_solve_interface.hh.
typedef blitz_interface<real>::gene_matrix blitz_LU_solve_interface< real >::gene_matrix |
Reimplemented from blitz_interface< real >.
Definition at line 34 of file blitz_LU_solve_interface.hh.
typedef blitz_interface<real>::gene_matrix blitz_LU_solve_interface< real >::gene_matrix |
Reimplemented from blitz_interface< real >.
Definition at line 34 of file gmm_LU_solve_interface.hh.
typedef blitz_interface<real>::gene_matrix blitz_LU_solve_interface< real >::gene_matrix |
Reimplemented from blitz_interface< real >.
Definition at line 34 of file mtl4_LU_solve_interface.hh.
typedef blitz_interface<real>::gene_vector blitz_LU_solve_interface< real >::gene_vector |
Reimplemented from blitz_interface< real >.
Definition at line 35 of file blitz_LU_solve_interface.hh.
typedef blitz_interface<real>::gene_vector blitz_LU_solve_interface< real >::gene_vector |
Reimplemented from blitz_interface< real >.
Definition at line 35 of file mtl4_LU_solve_interface.hh.
typedef blitz_interface<real>::gene_vector blitz_LU_solve_interface< real >::gene_vector |
Reimplemented from blitz_interface< real >.
Definition at line 35 of file gmm_LU_solve_interface.hh.
typedef blitz::Array<int,1> blitz_LU_solve_interface< real >::Pivot_Vector |
Definition at line 37 of file blitz_LU_solve_interface.hh.
typedef blitz::Array<int,1> blitz_LU_solve_interface< real >::Pivot_Vector |
Definition at line 37 of file mtl4_LU_solve_interface.hh.
typedef blitz::Array<int,1> blitz_LU_solve_interface< real >::Pivot_Vector |
Definition at line 37 of file gmm_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::free_Pivot_Vector | ( | Pivot_Vector & | pivot | ) | [inline, static] |
Definition at line 46 of file blitz_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::free_Pivot_Vector | ( | Pivot_Vector & | pivot | ) | [inline, static] |
Definition at line 46 of file gmm_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::free_Pivot_Vector | ( | Pivot_Vector & | pivot | ) | [inline, static] |
Definition at line 46 of file mtl4_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::LU_factor | ( | gene_matrix & | LU, |
Pivot_Vector & | pivot, | ||
int | N | ||
) | [inline, static] |
Definition at line 87 of file blitz_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::LU_factor | ( | gene_matrix & | LU, |
Pivot_Vector & | pivot, | ||
int | N | ||
) | [inline, static] |
Definition at line 87 of file mtl4_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::LU_factor | ( | gene_matrix & | LU, |
Pivot_Vector & | pivot, | ||
int | N | ||
) | [inline, static] |
Definition at line 87 of file gmm_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::LU_solve | ( | const gene_matrix & | LU, |
const Pivot_Vector | pivot, | ||
gene_vector & | B, | ||
gene_vector | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 150 of file mtl4_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::LU_solve | ( | const gene_matrix & | LU, |
const Pivot_Vector | pivot, | ||
gene_vector & | B, | ||
gene_vector | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 150 of file gmm_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::LU_solve | ( | const gene_matrix & | LU, |
const Pivot_Vector | pivot, | ||
gene_vector & | B, | ||
gene_vector | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 150 of file blitz_LU_solve_interface.hh.
static real blitz_LU_solve_interface< real >::matrix_matrix_product_sliced | ( | gene_matrix & | A, |
int | row, | ||
int | col_start, | ||
int | col_end, | ||
gene_matrix & | B, | ||
int | row_shift, | ||
int | col | ||
) | [inline, static] |
Definition at line 72 of file mtl4_LU_solve_interface.hh.
static real blitz_LU_solve_interface< real >::matrix_matrix_product_sliced | ( | gene_matrix & | A, |
int | row, | ||
int | col_start, | ||
int | col_end, | ||
gene_matrix & | B, | ||
int | row_shift, | ||
int | col | ||
) | [inline, static] |
Definition at line 72 of file gmm_LU_solve_interface.hh.
static real blitz_LU_solve_interface< real >::matrix_matrix_product_sliced | ( | gene_matrix & | A, |
int | row, | ||
int | col_start, | ||
int | col_end, | ||
gene_matrix & | B, | ||
int | row_shift, | ||
int | col | ||
) | [inline, static] |
Definition at line 72 of file blitz_LU_solve_interface.hh.
static real blitz_LU_solve_interface< real >::matrix_vector_product_sliced | ( | const gene_matrix & | A, |
gene_vector | B, | ||
int | row, | ||
int | col_start, | ||
int | col_end | ||
) | [inline, static] |
Definition at line 54 of file blitz_LU_solve_interface.hh.
static real blitz_LU_solve_interface< real >::matrix_vector_product_sliced | ( | const gene_matrix & | A, |
gene_vector | B, | ||
int | row, | ||
int | col_start, | ||
int | col_end | ||
) | [inline, static] |
Definition at line 54 of file mtl4_LU_solve_interface.hh.
static real blitz_LU_solve_interface< real >::matrix_vector_product_sliced | ( | const gene_matrix & | A, |
gene_vector | B, | ||
int | row, | ||
int | col_start, | ||
int | col_end | ||
) | [inline, static] |
Definition at line 54 of file gmm_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::new_Pivot_Vector | ( | Pivot_Vector & | pivot, |
int | N | ||
) | [inline, static] |
Definition at line 39 of file mtl4_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::new_Pivot_Vector | ( | Pivot_Vector & | pivot, |
int | N | ||
) | [inline, static] |
Definition at line 39 of file blitz_LU_solve_interface.hh.
static void blitz_LU_solve_interface< real >::new_Pivot_Vector | ( | Pivot_Vector & | pivot, |
int | N | ||
) | [inline, static] |
Definition at line 39 of file gmm_LU_solve_interface.hh.