Generic Function Row-Add! (1 method)

( row-add! < matrix > < i > < j > < number > )

Part of:

package lisplab
Adds a multiplicum of row j to row i. A_ic=A_ic+number*A_jc. Destructive.

Method Summary

row-add! < t > < t > < t > < t >