Click or drag to resize

FloatComplexCsrSparseMatrixMultiply(FloatComplex, FloatComplexCsrSparseMatrix) Method

Multiply a scalar and a sparse matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexCsrSparseMatrix Multiply(
	FloatComplex s,
	FloatComplexCsrSparseMatrix A
)

Parameters

s  FloatComplex
A scalar.
A  FloatComplexCsrSparseMatrix
A sparse matrix.

Return Value

FloatComplexCsrSparseMatrix
A sparse matrix B where B[i,j] = s * A[i,j].
See Also