Click or drag to resize

SparseMatrixMultiply(SparseMatrix, SparseMatrix) Operator

Matrix multiplication operator for sparse matrices

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static SparseMatrix operator *(
	SparseMatrix A,
	SparseMatrix B
)

Parameters

A  SparseMatrix
The first matrix
B  SparseMatrix
The second matrix

Return Value

SparseMatrix
The product of the two matrices
See Also