Convert 4*4 array into matrix form and vice versa ? #2044
Replies: 1 comment 4 replies
-
Yes :)
this PR should shed some light:
#2033
…On Mon, Dec 11, 2023 at 7:55 AM Milind Sakhare ***@***.***> wrote:
How can I convert a 4*4 array into a matrix?
For example,
toM4(matrix.value)
Converts matrix into an array. I need inverse of the above example. How
can I achieve it? Please help
—
Reply to this email directly, view it on GitHub
<#2044>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKXVTUYF7D7GFXV67ZMILYI2U6PAVCNFSM6AAAAABAPIDFFGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHE2DONZQHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I convert a 4*4 array into a matrix?
For example,
Converts matrix into an array. I need inverse of the above example. How can I achieve it? Please help
Beta Was this translation helpful? Give feedback.
All reactions