Application of the identity matrix II. v05
Submitted By:
xhunga
Rating:





(
Rate It)
/* gjid03.c freeware [[Email Removed]]
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
/* --------------------------------- MAIN ----------------------------------- */
main()
{
double pb[3][4*TWOCOL]=
{
14,1, -16,1, -19,1, 15,1,
13,1, -13,1, 12,1, -14,1,
-12,1, 17,1, -13,2, 12,1,
};
matrix m={3,4*TWOCOL,&pb[0][0]};
/*-------------------------------- PROGRAM ---------------------------------- */
gjidF2(&m);
printf("\n Press return to continue");
getchar();
return 0;
}