Click or drag to resize

MatrixMath.SubtractRow Method

Overload List
 NameDescription
Public methodStatic memberSubtractRow(IROMatrix<Double>, IReadOnlyList<Double>, IMatrix<Double>) Subtracts the row rowb of matrix b from all rows of matrix a.
Public methodStatic memberSubtractRow(IROMatrix<Double>, IROMatrix<Double>, Int32, IMatrix<Double>) Subtracts the row rowb of matrix b from all rows of matrix a.
Top
See Also