SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
Functions
printMatrix
stdlib.sc
Functions
template<type T>
void
printMatrix
(T[[2]] mat)
Detailed Description
Function for printing out matrices.
Note
T
- any
data
type
Parameters
mat
- a 2-dimensional matrix
Returns
prints out a string representation of the input matrix.
see also
printArray
Function Documentation
◆
printMatrix()
void printMatrix
(
T[[2]]
mat
)
Generated by
1.9.1