pnl-1.11.0
Changed
- The macros
RETRIEVE
andCREATE
are prefix withPNL_RAND
. This is a breaking change. - Add
PNL_
prefix toFALSE
,TRUE
,OK
andFAIL
. This is a breaking change.
Added
- Add
pnl_mat_print_csv
to print a matrix in a csv format.
RETRIEVE
and CREATE
are prefix with PNL_RAND
. This is a breaking change.PNL_
prefix to FALSE
, TRUE
, OK
and FAIL
. This is a breaking change.pnl_mat_print_csv
to print a matrix in a csv format.