Multiply sparse symmetric matrix A and column vector x.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function MultiplySymmetric ( _
A As SparseMatrix, _
x As Double() _
) As Double() |
Return Value
A
double vector representing the product of the arguments,

.
Exceptions
Exception | Condition |
---|
System..::.ArgumentException | is thrown when the
input matrix is not square or the number of columns in the input
matrix is not equal to the number of elements in the input
column vector.
|
See Also