public class TriDiagonalMatrix
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double[] |
_first_diag |
double[] |
_second_diag |
int |
_size |
double[] |
_third_diag |
| Constructor and Description |
|---|
TriDiagonalMatrix(double[] hj) |
TriDiagonalMatrix(int size) |