-
Say I have a dynamic matrix. What is the function that gives me the number of rows and number of columns in this matrix? |
Beta Was this translation helpful? Give feedback.
Answered by
sebcrozet
Dec 26, 2023
Replies: 1 comment 1 reply
-
Hi! Its |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ISibboI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Its
matrix.nrows()
,matrix.ncols()
.