Click or drag to resize

FloatHermCsrSparseMatrixMultiply Operator

Multiply a scalar and a Hermitian sparse matrix.

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

Parameters

s  FloatComplex
A scalar.
A  FloatHermCsrSparseMatrix
A Hermitian sparse matrix.

Return Value

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