Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplexDenseMatrix Add(
SingleComplex factor,
SingleComplexMatrix matrix
)
Public Function Add (
factor As SingleComplex,
matrix As SingleComplexMatrix
) As SingleComplexDenseMatrix
public:
SingleComplexDenseMatrix^ Add(
SingleComplex factor,
SingleComplexMatrix^ matrix
)
member Add :
factor : SingleComplex *
matrix : SingleComplexMatrix -> SingleComplexDenseMatrix
Parameters
- factor
- Type: Extreme.MathematicsSingleComplex
The multiplication factor. - matrix
- Type: Extreme.MathematicsSingleComplexMatrix
The SingleComplexMatrix to add
to this SingleComplexDenseMatrix.
Return Value
Type:
SingleComplexDenseMatrixA reference to this
SingleComplexDenseMatrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference