| Name | Description |
---|
| SetColumn(IMatrixDouble, Int32, IReadOnlyListDouble) |
Gets the column of a matrix copied into a vector.
|
| SetColumn(IMatrixDouble, Int32, Double) |
Gets the column of a matrix copied into a vector.
|
| SetColumn(IReadOnlyListDouble, IMatrixDouble, Int32) |
Sets one row in the destination matrix equal to the vector provided by src.
|
| SetColumn(IROMatrixDouble, IMatrixDouble, Int32) |
Sets one column in the destination matrix equal to the vertical vector provided by src matix.
|
| SetColumn(IROMatrixDouble, Int32, IMatrixDouble, Int32) |
Sets one column in the destination matrix equal to the vertical vector provided by src matix.
|