Click or drag to resize

NMathFunctionsProduct(DoubleSymmetricMatrix, DoubleVector) Method

Returns the inner product (matrix-vector product) of a symmetric matrix and a vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector Product(
	DoubleSymmetricMatrix A,
	DoubleVector v
)

Parameters

A  DoubleSymmetricMatrix
An symmetric matrix.
v  DoubleVector
A vector.

Return Value

DoubleVector
The inner product (matrix-vector product) of A and v.
See Also