Dense Vector<T> Operators and Type Conversions
Operators
| Implicit(T[] to DenseVector<T>) | Implicitly converts a Double array to a DenseVector<T>. |
| Multiply( | Multiplies a DenseVector<T> by a DenseMatrix<T>. |
| Multiply( | Multiplies a DenseVector<T> by a DenseMatrix<T>. |