Jafar
|
Go to the source code of this file.
Namespaces | |
namespace | jafar |
Transport info from GDAL Datasets to Bands' internal data. | |
namespace | jafar::jmath::ublasExtra |
This namespace contains some extra tools for ublas vector and matrix. | |
Functions | |
template<class bubMatrix > | |
void | jafar::jmath::ublasExtra::ixaxpy_offdiag_subprod (sym_mat &S, const ind_array &ia_invariant, const bubMatrix &J_oi, const ind_array &ia_in, const ind_array &ia_out) |
template<class bubMatrix , class bubMatrixY > | |
void | jafar::jmath::ublasExtra::ixaxpy_diag_subprod (sym_mat &S, const bubMatrix &J, const ind_array &ia_in, const ind_array &ia_out, const bubMatrixY Y) |
template<class bubMatrix > | |
void | jafar::jmath::ublasExtra::ixaxpy_diag_subprod (sym_mat &S, const bubMatrix &J, const ind_array &ia_in, const ind_array &ia_out) |
template<class bubMatrixJ , class bubMatrixY > | |
void | jafar::jmath::ublasExtra::ixaxpy_prod (sym_mat &X, const ind_array &ia_invariant, const bubMatrixJ &A_oi, const ind_array &ia_in, const ind_array &ia_out, const bubMatrixY Y_oo) |
Symmetric, sparse matrix product with indirect indexing. | |
template<class bubMatrixJ > | |
void | jafar::jmath::ublasExtra::ixaxpy_prod (sym_mat &X, const ind_array &ia_invariant, const bubMatrixJ &A_oi, const ind_array &ia_in, const ind_array &ia_out) |
Symmetric, sparse matrix product with indirect indexing. |
Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1 |