Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Rejection (Error): linear-algebra: [mul] op1 is 5 x 3 and op2 is 3 x 5 #2

Open
agbozo1 opened this issue Nov 29, 2021 · 0 comments

Comments

@agbozo1
Copy link

agbozo1 commented Nov 29, 2021

After creating a Linear Algebra Matrix (5 rows, 3 columns) from 5 arrays (from a database collection):
LinAlg.Matrix {data: Array(5), rows: 5, cols: 3}

I end up getting this error after passing the ahp function
Unhandled Rejection (Error): linear-algebra: [mul] op1 is 5 x 3 and op2 is 3 x 5

if anyone can help, i'd be grateful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant