| Name | Description |
---|
  | SameAsT(VectorT, VectorT) |
Create a new vector with a type that can represent and is closest to both provided samples and the dimensions of example.
|
  | SameAsT(MatrixT, VectorT, Int32) |
Create a new vector with a type that can represent and is closest to both provided samples.
|
  | SameAsT(VectorT, VectorT, Int32) |
Create a new vector with a type that can represent and is closest to both provided samples.
|
  | SameAsT, TU(VectorTU) |
Create a new vector with the same kind and dimension of the provided example.
|
  | SameAsT, TU(MatrixTU, Int32) |
Create a new vector with the same kind of the provided example.
|
  | SameAsT, TU(VectorTU, Int32) |
Create a new vector with the same kind of the provided example.
|