Click or drag to resize
Accord.NET (logo)

ILinearTAdd Method

Elementwise addition of a and b, storing in result.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
void Add(
	T a,
	double[] b,
	double[] result
)
Request Example View Source

Parameters

a
Type: T
The first vector to add.
b
Type: SystemDouble
The second vector to add.
result
Type: SystemDouble
An array to store the result.

Return Value

Type: 
The same vector passed as result.
See Also