命名空间 |
namespace | SparseMatrixTool |
函数 |
template<typename number > |
void | SparseMatrixTool::hCatSparseMatrix (const SparseMatrix< number > &m0, const SparseMatrix< number > &m1, SparsityPattern &sp, SparseMatrix< number > &m, bool is_pattern_ok=true) |
template<typename number > |
void | SparseMatrixTool::vCatSparseMatrix (const SparseMatrix< number > &m0, const SparseMatrix< number > &m1, SparsityPattern &sp, SparseMatrix< number > &m, bool is_pattern_ok=true) |
template<typename number > |
void | SparseMatrixTool::gammaCatSparseMatrix (const SparseMatrix< number > &m0, const SparseMatrix< number > &m1, SparsityPattern &sp, SparseMatrix< number > &m, bool is_pattern_ok=true) |
template<typename number > |
void | SparseMatrixTool::dCatSparseMatrix (const SparseMatrix< number > &m0, const SparseMatrix< number > &m1, SparsityPattern &sp, SparseMatrix< number > &m, bool is_pattern_ok=true) |
template<typename number > |
void | SparseMatrixTool::fullCatSparseMatrix (const SparseMatrix< number > &m00, const SparseMatrix< number > &m01, const SparseMatrix< number > &m10, const SparseMatrix< number > &m11, SparsityPattern &sp, SparseMatrix< number > &m, bool is_pattern_ok=true) |