.NET Matrix Library
Add Method
See Also  Send Feedback



Adds two vectors. Adds vectors.

Overload List

OverloadDescription
Add(Double,Vector,Vector)

Computes a vector-scalar product and adds the result to a vector. It is defined as:

y=A*x+y

 
Add(Vector,Double)Adds a vector with a scalar.  
Add(Vector,Vector)Adds two vectors.  

Requirements

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

See Also

.NET Matrix Library