|
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
)
<ObsoleteAttribute("Please use the Elementwise.Add(a, b) method instead.")>
Public Shared Function Add (
matrix As Double(,),
vector As Double(),
dimension As Integer
) As Double(,)
Request Example
View SourceParameters
- matrix
- Type: SystemDouble
- vector
- Type: SystemDouble
- dimension
- Type: SystemInt32
Return Value
Type:
DoubleSee Also