ARTS built-in documentation server
Workspace Method SparseSparseMultiply
Description
Multiplies a Sparse with another Sparse, result stored in Sparse. Makes the calculation: out = m1 * m2
Authors: Patrick Eriksson
Synopsis
SparseSparseMultiply( | out, m1, m2 ) |
Variables
GOUT | out | (Sparse) | Product, can be same variable as any of the inputs. |
GIN | m1 | (Sparse) | Left sparse matrix. |
GIN | m2 | (Sparse) | Right sparse matrix. |