Symmetric Matrix<T>.Multiply Symmetric Method
Computes the symmetric product of a vector and this matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The product of vector as a row vector, this matrix, and vector as a column vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T MultiplySymmetric(
Vector<T> vector
)
Parameters
Return Value
TThe product of vector as a row vector, this matrix, and vector as a column vector.