Click or drag to resize

CreateVectorSameAs Method

Overload List
 NameDescription
Public methodStatic memberSameAsT(VectorT, VectorT) Create a new vector with a type that can represent and is closest to both provided samples and the dimensions of example.
Public methodStatic memberSameAsT(MatrixT, VectorT, Int32) Create a new vector with a type that can represent and is closest to both provided samples.
Public methodStatic memberSameAsT(VectorT, VectorT, Int32) Create a new vector with a type that can represent and is closest to both provided samples.
Public methodStatic memberSameAsT, TU(VectorTU) Create a new vector with the same kind and dimension of the provided example.
Public methodStatic memberSameAsT, TU(MatrixTU, Int32) Create a new vector with the same kind of the provided example.
Public methodStatic memberSameAsT, TU(VectorTU, Int32) Create a new vector with the same kind of the provided example.
Top
See Also