Click or drag to resize
Accord.NET (logo)

MatrixAdd Method

Note: This API is now obsolete.

Obsolete. Please use the [M:Accord.Math.Elementwise.Add(System.Double[0:,0:],System.Double[],System.Int32)] method instead.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Elementwise.Add(a, b) method instead.")]
public static double[,] Add(
	double[,] matrix,
	double[] vector,
	int dimension
)
Request Example View Source

Parameters

matrix
Type: SystemDouble
vector
Type: SystemDouble
dimension
Type: SystemInt32

Return Value

Type: Double
See Also