Matrix |
Name | Description | |
---|---|---|
![]() | SetRow(IMatrixDouble, Int32, IReadOnlyListDouble) | Gets the row of a matrix copied into a vector. |
![]() | SetRow(IMatrixDouble, Int32, Double) | Gets the row of a matrix copied into a vector. |
![]() ![]() | SetRow(IReadOnlyListDouble, IMatrixDouble, Int32) | Sets one row in the destination matrix equal to the vector provided by src. |
![]() ![]() | SetRow(IROMatrixDouble, Int32, IMatrixDouble, Int32) | Sets one row in the destination matrix equal to the horizontal vector provided by src matix. |