Julia Programming Language
Custom show for a struct that contains matrix
New to Julia
show
eldee
September 24, 2024, 6:25pm
8
Well, you could try
Base.show(io, "text/plain", box.matrix)
.
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
show(io::IO, custom matrix) is not called?
General Usage
3
553
August 1, 2017
Defining custom show method on REPL for custom Array
General Usage
question
2
609
September 26, 2018
Base.Show - unable to print using custom print
New to Julia
question
3
635
May 7, 2017
What show function is called in the REPL?
General Usage
8
5207
June 12, 2019
Show entire matrix
General Usage
8
19690
May 1, 2020