LinearProduct Method |
Name | Description | |
---|---|---|
Product(Double, SparseDouble, Double) |
Elementwise multiplication of scalar a and vector b, storing in result.
| |
Product(Double, Double, Double) |
Elementwise multiplication of scalar a and vector b, storing in result.
| |
Product(Double, SparseDouble, Double) |
Elementwise multiplication of vector a and vector b, accumulating in result.
| |
Product(Double, Double, Double) |
Elementwise multiplication of vector a and vector b, accumulating in result.
|