Properties |
Methods |
Represents a diagonal matrix of order 2*2.
The DMatrix object represents the 2*2 diagonal matrix
|axx |
0| |
|0 |
ayy| |
It contains read-write properties xx and yy for manipulating with matrix components.
In Addition DMatrix provides the read-only Principal property as Double and returns the greatest of matrix element:
P = max (axx; ayy);