ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Apache License 2.0
195 stars 12 forks source link

impl. multiply() function (almost same as numpy.multiply) #124

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago

vector's multiply is difficult

image
t-hishinuma commented 2 years ago

and, We cant impl N*1 vector and 1*N vector multiply (output is N*N matrix ). It is needed transpose. This is serious program of our API.

t-hishinuma commented 2 years ago

I implement times function

vector (same as VML)

matrix

t-hishinuma commented 2 years ago

What namespace do these functions belong to?

I plan to write these functions in the monolish::blas namespace