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