|
|
VectorOnes Method |
| Name | Description | |
|---|---|---|
| OnesT(Boolean) |
Creates a vector with ones at the positions where
mask is true, and zero when they
are false.
| |
| Ones(Boolean) |
Creates a vector with ones at the positions where
mask is true, and zero when they
are false.
| |
| OnesT(Int32) |
Creates a zero-valued vector.
| |
| Ones(Int32) |
Creates a one-valued vector.
|