GeneralMatrix.SetElement Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.SetElement Method 

Set a single element.

[Visual Basic]Overridable Public Sub SetElement( _
   ByVal i As Integer, _
   ByVal j As Integer, _
   ByVal s As Double _
)
[C#]
public virtual void SetElement(
   int i,
   int j,
   double s
);

Parameters

i
Row index.
j
Column index.
s
A(i,j).

Exceptions

Exception Type Condition
IndexOutOfRangeException

See Also

GeneralMatrix Class | DotNetMatrix Namespace