.NET Matrix Library
SetRow Method
See Also  Send Feedback



Sets the elements of a matrix row to specified value(s). Sets the elements of a matrix row to specified value(s).

Overload List

OverloadDescription
SetRow(Int32,CVector)Sets all elements of a matrix row using the contents on a vector.  
SetRow(Int32,Complex[])Sets all elements of a matrix row using the content on an array.  
SetRow(Int32,Complex,Complex)Sets all elements of a matrix row to incremental values.  
SetRow(Int32,Complex)Sets all elements of a matrix row to the specified value.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library