SymTriMatrixD
scalation.mathstat.SymTriMatrixD
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Get 'this' tridiagonal matrix's element at the 'i,j'-th index position.
Get 'this' tridiagonal matrix's element at the 'i,j'-th index position.
Value parameters
- i
-
the row index
- j
-
the column index
Attributes
Update this tridiagonal matrix's element at the i,j-th index position to the scalar x.
Update this tridiagonal matrix's element at the i,j-th index position to the scalar x.
Value parameters
- i
-
the row index
- j
-
the column index
- x
-
the scalar value to assign
Attributes
In this article