wnmio(3)
NAME
wn_enter_mat, wn_print_mat - matrix input and output
SYNOPSIS
#include <wn/wnmat.h> wn_enter_mat(double **mat,int len_i,int len_j) wn_print_mat(double **mat,int len_i,int len_j);
DESCRIPTION
- These routines are useful for testing and debugging matrix
- applications.
- The "enter" routines prompt the user for matrix data.
AUTHOR
- Will Naylor
- WNLIB August 23, 1998