M
Michael
Is there a way to pass only a sub-matrix (part of a larger) matrix in a
procedure by identifying the leading row/column element similar to what is
done in Fortran
I am trying to convert several linear algebra fortran routines over to VB
net and this is a problem area. I realize that i can copy the required
elements into a new array , pass it thru the routine and on return copy the
new elements back but this seems very inefficient.
Is ther a better way to do this in net. Have looked everywher but can't
find anything
Thanks
procedure by identifying the leading row/column element similar to what is
done in Fortran
I am trying to convert several linear algebra fortran routines over to VB
net and this is a problem area. I realize that i can copy the required
elements into a new array , pass it thru the routine and on return copy the
new elements back but this seems very inefficient.
Is ther a better way to do this in net. Have looked everywher but can't
find anything
Thanks