#include <matrix.h>
Public Attributes | |
| int | lines |
| int | columns |
| double | determinant |
| double | trace |
| double ** | value |
| struct Matrix * | inverse |
| int Matrix::columns |
| double Matrix::determinant |
| struct Matrix* Matrix::inverse |
| int Matrix::lines |
| double Matrix::trace |
| double** Matrix::value |
1.8.6