Click or drag to resize

MatrixMathSetRow Method

Overload List
 NameDescription
Public Extension MethodSetRow(IMatrixDouble, Int32, IReadOnlyListDouble) Gets the row of a matrix copied into a vector.
Public Extension MethodSetRow(IMatrixDouble, Int32, Double) Gets the row of a matrix copied into a vector.
Public methodStatic memberSetRow(IReadOnlyListDouble, IMatrixDouble, Int32) Sets one row in the destination matrix equal to the vector provided by src.
Public methodStatic memberSetRow(IROMatrixDouble, Int32, IMatrixDouble, Int32) Sets one row in the destination matrix equal to the horizontal vector provided by src matix.
Top
See Also