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