|
MatrixConcatenateT Method (T)
|
Combines a matrix and a vector horizontally.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static T[,] Concatenate<T>(
params T[,][] matrices
)
Public Shared Function Concatenate(Of T) (
ParamArray matrices As T(,)()
) As T(,)
Request Example
View SourceParameters
- matrices
- Type: T
Type Parameters
- T
Return Value
Type:
TSee Also