man wnmio (Fonctions bibliothèques) - matrix input and output

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

CETTE PAGE DOCUMENTE AUSSI :