Click or drag to resize

DoubleHermCsrSparseMatrixMultiply Operator

Multiply a scalar and a Hermitian sparse matrix.

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

Parameters

s  DoubleComplex
A scalar.
A  DoubleHermCsrSparseMatrix
A Hermitian sparse matrix.

Return Value

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