Click or drag to resize

SymmetricMatrixMultiply Operator

Multiplies a symmetric matrix by a real factor.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static SymmetricMatrix operator *(
	double alpha,
	SymmetricMatrix A
)

Parameters

alpha
Type: SystemDouble
The factor.
A
Type: Meta.Numerics.MatricesSymmetricMatrix
The matrix.

Return Value

Type: SymmetricMatrix
The product of the matrix and the factor.
See Also