Click or drag to resize

MatrixMathSetColumn Method

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