Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual ComplexDenseVector AddProductToVector(
DoubleComplex alpha,
ComplexVector vector,
TransposeOperation trans,
DoubleComplex beta,
ComplexDenseVector resultVector
)
Public Overridable Function AddProductToVector (
alpha As DoubleComplex,
vector As ComplexVector,
trans As TransposeOperation,
beta As DoubleComplex,
resultVector As ComplexDenseVector
) As ComplexDenseVector
public:
virtual ComplexDenseVector^ AddProductToVector(
DoubleComplex alpha,
ComplexVector^ vector,
TransposeOperation trans,
DoubleComplex beta,
ComplexDenseVector^ resultVector
)
abstract AddProductToVector :
alpha : DoubleComplex *
vector : ComplexVector *
trans : TransposeOperation *
beta : DoubleComplex *
resultVector : ComplexDenseVector -> ComplexDenseVector
override AddProductToVector :
alpha : DoubleComplex *
vector : ComplexVector *
trans : TransposeOperation *
beta : DoubleComplex *
resultVector : ComplexDenseVector -> ComplexDenseVector
Parameters
- alpha
- Type: Extreme.MathematicsDoubleComplex
Multiplier for the vector-matrix product of
this matrix with vector. - vector
- Type: Extreme.MathematicsComplexVector
A ComplexVector. - trans
- Type: Extreme.MathematicsTransposeOperation
A TransposeOperation value that
specifies the operation, if any, to be performed on this instance before the
multiplication. - beta
- Type: Extreme.MathematicsDoubleComplex
Multiplier for the resultVector. - resultVector
- Type: Extreme.Mathematics.LinearAlgebra.ComplexComplexDenseVector
The ComplexDenseVector that is to contain the
result of the multiplication.
Return Value
Type:
ComplexDenseVectorThe vector
resultVector.
Exception | Condition |
---|
ArgumentNullException | vector is .
-or- resultVector is . |
DimensionMismatchException | The
length of the resultVector does not equal the
number of columns of this matrix.
-or- The length of vector does not equal the number of rows
of this matrix. |
The length of the vector vector must equal the number of columns in this instance.
The length of the vector resultVector must equal the number of rows.
Numerical Libraries
Supported in: 5.x, 4.x
Reference