I mean, I'd rather just do this: ``` val matrix = ...
# datascience
c
I mean, I'd rather just do this:
Copy code
val matrix = mat(
  [1, 2, 3],
  [2, 3, 4],
  [3, 4, 5]
)