Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Vector<T> AddProductInPlace(
LinearOperator<T> matrix,
Vector<T> vector
)
Public Function AddProductInPlace (
matrix As LinearOperator(Of T),
vector As Vector(Of T)
) As Vector(Of T)
public:
Vector<T>^ AddProductInPlace(
LinearOperator<T>^ matrix,
Vector<T>^ vector
)
member AddProductInPlace :
matrix : LinearOperator<'T> *
vector : Vector<'T> -> Vector<'T>
Parameters
- matrix
- Type: Extreme.Mathematics.LinearAlgebraLinearOperatorT
A MatrixT. - vector
- Type: Extreme.MathematicsVectorT
A vector.
Return Value
Type:
VectorTA reference to this instance.
Exception | Condition |
---|
ArgumentNullException | matrix is -or- vector is |
DimensionMismatchException |
The number of rows of matrix does not equal the length of this instance.
-or- The number of columns of matrix does not equal the length of
vector. |
Numerical Libraries
Supported in: 6.0
Reference