Dense Vector<T> Operators and Type Conversions
Operators
| Addition |
Adds a constant to a vector.
(Inherited from Vector<T>) |
| Addition |
Adds another vector to this vector in-place.
(Inherited from Vector<T>) |
| Division |
Divides a vector in-place by a constant.
(Inherited from Vector<T>) |
| Implicit(T[] to DenseVector<T>) | Implicitly converts an array to a DenseVector<T>. |
| Multiplication |
Multiplies a vector in-place by the specified factor.
(Inherited from Vector<T>) |
| Subtraction |
Subtracts a constant value from the elements of this vector in-place.
(Inherited from Vector<T>) |
| Subtraction |
Subtracts another vector from this vector in-place.
(Inherited from Vector<T>) |