| 
               | 
            
              VectorCreate Method | 
          
| Name | Description | |
|---|---|---|
| CreateT(T) | 
              Creates a vector with the given starting values.
              | |
| CreateT(Int32, T) | 
              Creates a vector with the given dimension and starting value.
              | |
| CreateT(Int32, T) | 
              Creates a vector with the given dimension and starting value.
              | |
| CreateT(T, Boolean) | 
              Creates a vector with the given value at the positions where
              mask is true, and zero when they are false.
              |