Cartesius Library
sparsematrix::operator(-) Interface Reference

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...
 

Member Function/Subroutine Documentation

◆ sp_neg()

type(sparse_matrix) function sparsematrix::operator(-)::sp_neg ( type(sparse_matrix), intent(in)  a)

Return the negative of the given matrix.

◆ sub_sparse()

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.


The documentation for this interface was generated from the following file: