| Name | Description |
---|
| MaxOf(Double, Double, Double) |
Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
|
| MaxOf(Double, Double, Double) |
Gives the parallel maximum of vector a and b. The first element of the resulting vector
is the maximum of the first element of a and the first element of b. The second element of the
resulting vector is the maximum of the second element of a and the second element of b, and so on.
|
| MaxOf(Int32, Int32, Int32) |
Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
|
| MaxOf(Int32, Int32, Int32) |
Gives the parallel maximum of vector a and b. The first element of the resulting vector
is the maximum of the first element of a and the first element of b. The second element of the
resulting vector is the maximum of the second element of a and the second element of b, and so on.
|
| MaxOf(IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) |
Gives the parallel maximum of vector a and b. The first element of the resulting vector
is the maximum of the first element of a and the first element of b. The second element of the
resulting vector is the maximum of the second element of a and the second element of b, and so on.
|
| MaxOf(IReadOnlyListDouble, Double, IVectorDouble) |
Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
|
| MaxOf(IReadOnlyListSingle, IReadOnlyListSingle, IVectorSingle) |
Gives the parallel maximum of vector a and b. The first element of the resulting vector
is the maximum of the first element of a and the first element of b. The second element of the
resulting vector is the maximum of the second element of a and the second element of b, and so on.
|
| MaxOf(IReadOnlyListSingle, Single, IVectorSingle) |
Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
|
| MaxOf(Single, Single, Single) |
Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
|
| MaxOf(Single, Single, Single) |
Gives the parallel maximum of vector a and b. The first element of the resulting vector
is the maximum of the first element of a and the first element of b. The second element of the
resulting vector is the maximum of the second element of a and the second element of b, and so on.
|