Cartesius Library
|
Public Member Functions | |
type(sparse_matrix) function | sp_neg (a) |
Return the negative of the given matrix. More... | |
type(sparse_matrix) function | sub_sparse (a, b) |
Returns the difference between two matrices. More... | |
type(sparse_matrix) function sparsematrix::operator(-)::sp_neg | ( | type(sparse_matrix), intent(in) | a | ) |
Return the negative of the given matrix.
type(sparse_matrix) function sparsematrix::operator(-)::sub_sparse | ( | type(sparse_matrix), intent(in) | a, |
type(sparse_matrix), intent(in) | b | ||
) |
Returns the difference between two matrices.