Hi

Could someone show me the fastest method to initialise a gslwrap matrix with
predefined values.

I know I can do this via array-subscripting but I was wondering if there
isn't a faster alternative.

For example, how would I initialise a 4x4 matrix with the folowing values:

 0.18, 0.60, 0.57, 0.96,
 0.41, 0.24, 0.99, 0.58,
 0.14, 0.30, 0.97, 0.66,
 0.51, 0.13, 0.19, 0.85

Thanks in advance.

Ted
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to