Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.LinearAlgebra
Matrix<T> Class
Matrix<T> Methods
Multiply Method
Multiply(T) Method
Multiply(Matrix<T>) Method
Multiply(Vector<T>) Method
Multiply(T, Matrix<T>) Method
Multiply(Matrix<T>, Matrix<T>) Method
Multiply(Vector<T>, Vector<T>) Method
Matrix
T
Multiply(Vector
T
, Vector
T
) Method
Multiplies this matrix with a vector and places the results into the result vector.
Namespace:
Altaxo.Calc.LinearAlgebra
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
void
Multiply
(
Vector
<T>
rightSide
,
Vector
<T>
result
)
Parameters
rightSide
Vector
T
The vector to multiply with.
result
Vector
T
The result of the multiplication.
Exceptions
Exception
Condition
ArgumentException
If
result.Count != this.RowCount
.
ArgumentException
If
this.ColumnCount !=
rightSide
.Count
.
See Also
Reference
Matrix
T
Class
Multiply Overload
Altaxo.Calc.LinearAlgebra Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net