Replies: 2 comments 1 reply
-
Hi, Thank you for your interest in MathPHP. Can you paste a copy of the entire stack trace? Thanks. Mark |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes I get this error:
MathPHP\Exception\IncorrectTypeException: Unknown matrix type: Array
I would like to know if there is any method in which I can check the type of the matrix beforehand, which satisfies the condition for me to execute
new Linear($points)
without generating the error?Part of my code where the error occurs:
Beta Was this translation helpful? Give feedback.
All reactions