Skip to content

Commit

Permalink
adjust the wording of brief explanations for the expand functions
Browse files Browse the repository at this point in the history
  • Loading branch information
superwhiskers committed Jul 11, 2024
1 parent 88840d8 commit 1f1e6f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resolve/matrix/Utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ namespace ReSolve
namespace matrix
{
/**
* @brief Expands a symmetric COO matrix stored only as a half to its full size
* @brief Expands a symmetric COO matrix stored as upper or lower triangular to its full size
*/
int expand(Coo&);

/**
* @brief Expands a symmetric CSR matrix stored only as a half to its full size
* @brief Expands a symmetric CSR matrix stored as upper or lower triangular to its full size
*/
int expand(Csr&);

/**
* @brief Expands a symmetric CSC matrix stored only as a half to its full size
* @brief Expands a symmetric CSC matrix stored as upper or lower triangular to its full size
*/
int expand(Csc&);
} // namespace matrix
Expand Down

0 comments on commit 1f1e6f7

Please sign in to comment.