Multiply sparse Hermitian matrix A
and column vector x
.
ComplexSparseMatrix
, where only the lower triangular part of the matrix is to be used. Complex
vector. A Complex
vector representing the product of the arguments, .
Exception Type | Condition |
---|---|
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. |
ComplexSparseMatrix Class | Imsl.Math Namespace