Ker Hak
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Ker Hak-
Multiplication of sparse 3D matrix with dense 2D decision variable matrix
OngoingI have sparse COO 3D A matrix N*N*M (The third dimension is M) and dense 2D B matrix (N*N), which will be an optimization variable for my solver. I want to multiply A and B to obtain (N*N*M) matrix...