42 #ifndef ALAP_MATRIX_EXTRACT_SPARSE_ELEMENTS_H
43 #define ALAP_MATRIX_EXTRACT_SPARSE_ELEMENTS_H
45 #include "AbstractLinAlgPack_MatrixConvertToSparse.hpp"
47 namespace AbstractLinAlgPack {
236 ,
const index_type inv_row_perm[]
237 ,
const index_type inv_col_perm[]
358 ,
const index_type inv_row_perm[]
359 ,
const index_type inv_col_perm[]
365 ,
const index_type len_Aval
367 ,
const index_type len_Aij
370 ,
const index_type row_offset = 0
371 ,
const index_type col_offset = 0
388 ,
const index_type len_Aval
390 ,
const index_type len_Aij
393 ,
const index_type row_offset
394 ,
const index_type col_offset
402 void get_dl_du(
EExtractRegion extract_region, index_type* dl, index_type* du )
const;
408 #endif // ALAP_MATRIX_EXTRACT_SPARSE_ELEMENTS_H
Mix-in interface for extracing explicit elements from a sparse matrix in one of several Fortran compa...